mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Merge branch 'ErjanGavalji/update-tsc'
This commit is contained in:
@ -310,7 +310,8 @@ module.exports = function(grunt) {
|
||||
declaration: false,
|
||||
removeComments: "<%= !grunt.option('leavecomments') || '' %>",
|
||||
compiler: "node_modules/typescript/bin/tsc",
|
||||
noEmitOnError: true
|
||||
noEmitOnError: true,
|
||||
experimentalDecorators: true
|
||||
}
|
||||
},
|
||||
buildNodeTests: {
|
||||
|
14
package.json
14
package.json
@ -14,17 +14,17 @@
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"grunt": "0.4.5",
|
||||
"grunt-contrib-clean": "0.5.0",
|
||||
"grunt-contrib-copy": "0.5.0",
|
||||
"grunt-exec": "0.4.5",
|
||||
"grunt-contrib-clean": "0.6.0",
|
||||
"grunt-contrib-copy": "0.8.0",
|
||||
"grunt-exec": "0.4.6",
|
||||
"grunt-multi-dest": "1.0.0",
|
||||
"grunt-shell": "1.1.2",
|
||||
"grunt-ts": "4.0.1",
|
||||
"grunt-tslint": "2.3.1-beta",
|
||||
"grunt-ts": "4.2.0",
|
||||
"grunt-tslint": "2.4.0",
|
||||
"mocha": "2.2.5",
|
||||
"grunt-simple-mocha": "0.4.0",
|
||||
"grunt-env": "0.4.4",
|
||||
"chai": "2.3.0",
|
||||
"typescript": "1.5.0-beta"
|
||||
"chai": "3.2.0",
|
||||
"typescript": "1.5.3"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user