github-desktop/.vscode/settings.json

8 lines
No EOL
170 B
JSON

{
"typescript.tsdk": "./node_modules/typescript/lib",
"search.exclude": {
"**/node_modules": true,
"**/dist": true,
"**/out": true
}
}