Skip to content

Commit c55207f

Browse files
committed
Use vendored TypeScript version for VS Code
1 parent 45e889b commit c55207f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
},
1010
// Installing a new Node package often triggers VS Code's git limit warnings as there is typically
1111
// an intermediate stage where many files are modified. This setting suppresses these warnings.
12-
"git.ignoreLimitWarning": true
12+
"git.ignoreLimitWarning": true,
13+
// Use the vendored TypeScript version to have a consistent development experience across
14+
// machines.
15+
"typescript.tsdk": "node_modules/typescript/lib"
1316
}

0 commit comments

Comments
 (0)