Added module declaration so Typescript will emit require statement.

This commit is contained in:
Steve Ognibene
2015-12-07 18:53:12 -06:00
committed by Dylan R. E. Moonfire
parent 5c3e47967a
commit 7d58f574a7
+5
View File
@@ -200,4 +200,9 @@ declare module BigJsLibrary {
}
}
declare module "big.js" {
var bigjs : BigJsLibrary.BigJS;
export = bigjs;
}
declare var Big: BigJsLibrary.BigJS;