1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-06 19:32:22 +04:00
Files
tabler/.vscode/settings.json
2026-08-01 01:58:03 +02:00

14 lines
308 B
JSON

{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/.idea/": true
},
"explorerExclude.backup": {},
"typescript.tsdk": "preview/node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}