From 77336ce6b12c7668964e4c8a2ef6519b27da6993 Mon Sep 17 00:00:00 2001 From: Hristo Deshev Date: Fri, 12 Feb 2016 13:34:40 +0200 Subject: [PATCH] Fix a weird compile error happening on Jenkins runners. --- module.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.d.ts b/module.d.ts index dfbbf67fa..772a2cc9b 100644 --- a/module.d.ts +++ b/module.d.ts @@ -6,7 +6,7 @@ interface NativeScriptRequire { (id: string): any; } -declare interface NativeScriptModule { +interface NativeScriptModule { id: string; filename: string; exports: any;