mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"typescript.tsdk": "./node_modules/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"debug.javascript.autoAttachFilter": "smart",
|
|
"debug.javascript.terminalOptions": {
|
|
"skipFiles": ["<node_internals>/**"]
|
|
},
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/dist": true,
|
|
"**/storage": true,
|
|
},
|
|
"files.exclude": {
|
|
"**/node_modules": true,
|
|
"**/dist": true
|
|
}
|
|
}
|