chore: enable workspace TypeScript SDK prompt

This commit is contained in:
Simon
2026-04-13 15:23:35 +08:00
parent 0099c1ca8b
commit 6fed95b365

View File

@@ -37,5 +37,6 @@
"no-duplicate-heading": false
},
"js/ts.tsdk.path": "node_modules/typescript/lib",
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}