mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-22 07:54:22 +00:00
8 lines
No EOL
181 B
JSON
8 lines
No EOL
181 B
JSON
{
|
|
"files.exclude": {
|
|
"node_modules/**": true,
|
|
".idea/**": true
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true
|
|
} |