Skip to content

Commit b1a149d

Browse files
committed
Update to TypeScript 2
1 parent 058a3a7 commit b1a149d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"node_modules": true,
1212
"bin": true,
1313
"out": true
14-
}
14+
},
15+
"typescript.tsdk": "./node_modules/typescript/lib"
1516
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"mocha": "^2.4.5",
3737
"tslint": "^3.5.0",
38-
"typescript": "^1.8.2",
38+
"typescript": "^2.0.6",
3939
"typings": "^1.0.4",
4040
"vsce": "^1.0.0",
4141
"vscode": "^0.11.x",

0 commit comments

Comments
 (0)