We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058a3a7 commit b1a149dCopy full SHA for b1a149d
.vscode/settings.json
@@ -11,5 +11,6 @@
11
"node_modules": true,
12
"bin": true,
13
"out": true
14
- }
+ },
15
+ "typescript.tsdk": "./node_modules/typescript/lib"
16
}
package.json
@@ -35,7 +35,7 @@
35
"devDependencies": {
36
"mocha": "^2.4.5",
37
"tslint": "^3.5.0",
38
- "typescript": "^1.8.2",
+ "typescript": "^2.0.6",
39
"typings": "^1.0.4",
40
"vsce": "^1.0.0",
41
"vscode": "^0.11.x",
0 commit comments