Skip to content

Commit 4c9704d

Browse files
committed
Avoid the compilation errors by passing the experimentalDecorators flag
1 parent 38b8561 commit 4c9704d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ module.exports = function(grunt) {
498498
"theme": '<%= grunt.option("theme") || "default" %>',
499499
"name": 'NativeScript',
500500
"includeDeclarations": undefined,
501+
"experimentalDecorators": undefined,
501502
"mode": "file"
502503
},
503504
src: localCfg.srcTsdFiles

0 commit comments

Comments
 (0)