8 lines
198 B
JSON
8 lines
198 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true
|
|
// "typescript.preferences.autoImportFileExcludePatterns": [
|
|
// "node_modules"
|
|
// ]
|
|
}
|