Skip to content

Commit 594e21e

Browse files
committed
Upgrade TypeScript to v2.0.3
Use project-specific TypeScript SDK in VSCode.
1 parent 69713e3 commit 594e21e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Place your settings in this file to overwrite default and user settings.
22
{
33
"editor.tabSize": 2,
4-
"editor.insertSpaces": true
4+
"editor.insertSpaces": true,
5+
"typescript.tsdk": "node_modules/typescript/lib"
56
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"browserify": "^13.0.0",
1313
"mkdirp": "^0.5.1",
14-
"typescript": "^1.7.5"
14+
"typescript": "^2.0.3"
1515
},
1616
"scripts": {
1717
"build": "mkdirp public/js/app && tsc && browserify ./temp/app.js -o public/js/app/bundle.js",

0 commit comments

Comments
 (0)