Skip to content

Commit e74e77b

Browse files
Merge pull request #2394 from NativeScript/milanov/update-ts-to-2.1
Update TypeScript to 2.1
2 parents ddad5bd + ca45972 commit e74e77b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@
8787
"grunt-contrib-copy": "1.0.0",
8888
"grunt-contrib-watch": "1.0.0",
8989
"grunt-shell": "1.3.0",
90-
"grunt-ts": "6.0.0-beta.3",
90+
"grunt-ts": "6.0.0-beta.6",
9191
"grunt-tslint": "3.3.0",
9292
"istanbul": "0.4.5",
9393
"mocha": "3.1.2",
9494
"mocha-fibers": "https://github.com/NativeScript/mocha-fibers.git",
9595
"mocha-typescript": "^1.0.4",
9696
"should": "7.0.2",
9797
"tslint": "3.15.1",
98-
"typescript": "2.0.7"
98+
"typescript": "2.1.4"
9999
},
100100
"license": "Apache-2.0",
101101
"engines": {

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"declaration": false,
77
"removeComments": false,
88
"noImplicitAny": true,
9-
"experimentalDecorators": true
9+
"experimentalDecorators": true,
10+
"alwaysStrict": true
1011
},
1112
"exclude": [
1213
"node_modules",

0 commit comments

Comments
 (0)