Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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