Skip to content

Commit

Permalink
Use vendored TypeScript version for VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Aug 7, 2023
1 parent 45e889b commit c55207f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
},
// Installing a new Node package often triggers VS Code's git limit warnings as there is typically
// an intermediate stage where many files are modified. This setting suppresses these warnings.
"git.ignoreLimitWarning": true
"git.ignoreLimitWarning": true,
// Use the vendored TypeScript version to have a consistent development experience across
// machines.
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit c55207f

Please sign in to comment.