Skip to content

Commit

Permalink
Lock TypeScript version to 2.3.x
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
daviwil committed Jul 6, 2017
1 parent 74e5073 commit b0b8a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@types/node": "^6.0.40",
"typescript": "^2.0.3",
"typescript": "2.3.x",
"vsce": "^1.18.0",
"vscode": "^1.1.0"
},
Expand Down

0 comments on commit b0b8a03

Please sign in to comment.