We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fa1e4 commit 20b17a6Copy full SHA for 20b17a6
.vscode/settings.json
@@ -1,4 +1,5 @@
1
{
2
- "eslint.workingDirectories": ["."],
3
- "typescript.tsdk": "node_modules/typescript/lib"
+ // Use the workspace version of TypeScript instead of VSCode's bundled version
+ "typescript.tsdk": "node_modules/typescript/lib",
4
+ "typescript.enablePromptUseWorkspaceTsdk": true,
5
}
0 commit comments