1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-23 00:14:21 +00:00
triennale-appunti-steffo/.vscode/settings.json

8 lines
181 B
JSON
Raw Normal View History

2023-03-15 09:07:24 +00:00
{
2023-03-15 11:12:55 +00:00
"files.exclude": {
"node_modules/**": true,
".idea/**": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
2023-03-15 09:07:24 +00:00
}