Skip to content

Commit

Permalink
VS Code: Use PS's built-in TypeScript version
Browse files Browse the repository at this point in the history
This fixes the weird errors that happen when the TypeScript versions
differ.
  • Loading branch information
Zarel committed Jul 20, 2018
1 parent bc0781d commit a405243
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"editor.insertSpaces": false
"editor.insertSpaces": false,
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit a405243

Please sign in to comment.