Skip to content

Commit b0b8a03

Browse files
committed
Lock TypeScript version to 2.3.x
TypeScript 2.4 changed their type comparisons in a way that caused the compiler to throw errors on code that works correctly. There's currently an issue with the vscode-languageserver-types library that's causing a type clash in our code. Until that issue is resolved I'm locking our TypeScript version to 2.3.
1 parent 74e5073 commit b0b8a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@types/node": "^6.0.40",
42-
"typescript": "^2.0.3",
42+
"typescript": "2.3.x",
4343
"vsce": "^1.18.0",
4444
"vscode": "^1.1.0"
4545
},

0 commit comments

Comments
 (0)