We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69713e3 commit 594e21eCopy full SHA for 594e21e
.vscode/settings.json
@@ -1,5 +1,6 @@
1
// Place your settings in this file to overwrite default and user settings.
2
{
3
"editor.tabSize": 2,
4
- "editor.insertSpaces": true
+ "editor.insertSpaces": true,
5
+ "typescript.tsdk": "node_modules/typescript/lib"
6
}
package.json
@@ -11,7 +11,7 @@
11
"devDependencies": {
12
"browserify": "^13.0.0",
13
"mkdirp": "^0.5.1",
14
- "typescript": "^1.7.5"
+ "typescript": "^2.0.3"
15
},
16
"scripts": {
17
"build": "mkdirp public/js/app && tsc && browserify ./temp/app.js -o public/js/app/bundle.js",
0 commit comments