From 4c9704dc2e2753a3d2098a2234bc9960414e194a Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Tue, 31 May 2016 16:37:19 +0300 Subject: [PATCH] Avoid the compilation errors by passing the experimentalDecorators flag --- gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gruntfile.js b/gruntfile.js index f5f6f76b6..e948ec494 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -498,6 +498,7 @@ module.exports = function(grunt) { "theme": '<%= grunt.option("theme") || "default" %>', "name": 'NativeScript', "includeDeclarations": undefined, + "experimentalDecorators": undefined, "mode": "file" }, src: localCfg.srcTsdFiles