Merge pull request #1546 from NativeScript/hdeshev/dts-quick-fix

Fix a weird compile error happening on Jenkins runners.
This commit is contained in:
Hristo Deshev
2016-02-12 13:52:50 +02:00

2
module.d.ts vendored
View File

@ -6,7 +6,7 @@ interface NativeScriptRequire {
(id: string): any; (id: string): any;
} }
declare interface NativeScriptModule { interface NativeScriptModule {
id: string; id: string;
filename: string; filename: string;
exports: any; exports: any;