Skip to content

Commit 0efaa12

Browse files
Merge pull request #2398 from NativeScript/milanov/update-typescript-to-2.1
Update TypeScript to 2.1
2 parents 7742694 + eadd8ce commit 0efaa12

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
@@ -88,15 +88,15 @@
8888
"grunt-contrib-copy": "1.0.0",
8989
"grunt-contrib-watch": "1.0.0",
9090
"grunt-shell": "1.3.0",
91-
"grunt-ts": "6.0.0-beta.3",
91+
"grunt-ts": "6.0.0-beta.6",
9292
"grunt-tslint": "3.3.0",
9393
"istanbul": "0.4.5",
9494
"mocha": "3.1.2",
9595
"mocha-fibers": "https://github.com/NativeScript/mocha-fibers.git",
9696
"mocha-typescript": "^1.0.4",
9797
"should": "7.0.2",
9898
"tslint": "3.15.1",
99-
"typescript": "2.0.7"
99+
"typescript": "2.1.4"
100100
},
101101
"license": "Apache-2.0",
102102
"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)