mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Stop __extends function output
This commit is contained in:
@@ -312,7 +312,8 @@ module.exports = function(grunt) {
|
||||
removeComments: "<%= !grunt.option('leavecomments') || '' %>",
|
||||
compiler: "node_modules/typescript/bin/tsc",
|
||||
noEmitOnError: true,
|
||||
experimentalDecorators: true
|
||||
experimentalDecorators: true,
|
||||
noEmitHelpers: true
|
||||
}
|
||||
},
|
||||
buildNodeTests: {
|
||||
|
||||
Reference in New Issue
Block a user