We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1489ee2 commit 947d151Copy full SHA for 947d151
.vscode/settings.json
@@ -1,5 +1,6 @@
1
// Place your settings in this file to overwrite the default settings
2
{
3
"editor.insertSpaces": true,
4
- "editor.tabSize": 4
+ "editor.tabSize": 4,
5
+ "typescript.tsdk": "./node_modules/typescript/lib"
6
}
0 commit comments