Allow import statement from Typescript (#8911)

This commit is contained in:
Kevin Visscher
2016-04-12 23:10:28 +09:00
committed by Masahiro Wakame
parent abe95c4057
commit c02da04ba0
+4
View File
@@ -557,3 +557,7 @@ declare namespace Chartist {
}
declare var Chartist: Chartist.ChartistStatic;
declare module 'chartist' {
export = Chartist;
}