Skip to content

Commit

Permalink
Configure vscode to use our local copy of tsc instead of its own
Browse files Browse the repository at this point in the history
This may avoid spurious errors due to using the wrong tsc version.

Issue: none
  • Loading branch information
kainino0x committed Aug 10, 2023
1 parent 8596996 commit 4d1aedd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cts.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
// Configure VSCode to use the right style when automatically adding imports on autocomplete.
"typescript.preferences.importModuleSpecifier": "relative",
"typescript.preferences.importModuleSpecifierEnding": "js",
"typescript.preferences.quoteStyle": "single"
"typescript.preferences.quoteStyle": "single",
"typescript.tsdk": "cts/node_modules/typescript/lib"
},
"tasks": {
"version": "2.0.0",
Expand Down

0 comments on commit 4d1aedd

Please sign in to comment.