Allow import statement from Typescript (#8911)

This commit is contained in:
Kevin Visscher
2016-04-12 16:10:28 +02:00
committed by Masahiro Wakame
parent abe95c4057
commit c02da04ba0

View File

@@ -557,3 +557,7 @@ declare namespace Chartist {
}
declare var Chartist: Chartist.ChartistStatic;
declare module 'chartist' {
export = Chartist;
}