mirror of
https://github.com/tabler/tabler.git
synced 2026-08-06 19:32:22 +04:00
2ad46002ac
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
14 lines
308 B
JSON
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
|
|
} |