Skip to content

Commit 947d151

Browse files
committed
Editor should use local tsc in node_modules
1 parent 1489ee2 commit 947d151

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Place your settings in this file to overwrite the default settings
22
{
33
"editor.insertSpaces": true,
4-
"editor.tabSize": 4
4+
"editor.tabSize": 4,
5+
"typescript.tsdk": "./node_modules/typescript/lib"
56
}

0 commit comments

Comments
 (0)