Fix a weird compile error happening on Jenkins runners.

This commit is contained in:
Hristo Deshev
2016-02-12 13:34:40 +02:00
parent 683a7f5b07
commit 77336ce6b1

2
module.d.ts vendored
View File

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