1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2025-02-16 15:53:58 +00:00
triennale-appunti-steffo/.vscode/settings.json

8 lines
No EOL
181 B
JSON

{
"files.exclude": {
"node_modules/**": true,
".idea/**": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}