chore(vscode): configure TypeScript SDK

This commit is contained in:
Elian Doran 2025-05-28 20:10:14 +03:00
parent 52a082d0e2
commit cb7aee742e
No known key found for this signature in database

View File

@ -26,5 +26,7 @@
".github/workflows/nightly.yml" ".github/workflows/nightly.yml"
], ],
"typescript.validate.enable": true, "typescript.validate.enable": true,
"typescript.tsserver.experimental.enableProjectDiagnostics": true "typescript.tsserver.experimental.enableProjectDiagnostics": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
} }