chore: remove unused TypeScript settings from VSCode configuration

This commit is contained in:
javayhu 2025-04-18 23:43:53 +08:00
parent 0847461f35
commit 5cb8f71a1e

View File

@ -19,9 +19,7 @@
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit"
},
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsdk": "node_modules/typescript/lib",
"search.exclude": {
"**/node_modules": true
}
}
}