mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Avoid the compilation errors by passing the experimentalDecorators flag
This commit is contained in:
@@ -498,6 +498,7 @@ module.exports = function(grunt) {
|
||||
"theme": '<%= grunt.option("theme") || "default" %>',
|
||||
"name": 'NativeScript',
|
||||
"includeDeclarations": undefined,
|
||||
"experimentalDecorators": undefined,
|
||||
"mode": "file"
|
||||
},
|
||||
src: localCfg.srcTsdFiles
|
||||
|
||||
Reference in New Issue
Block a user