Files
clan-core/pkgs/clan-app/ui-2d/ui-2d.code-workspace
2025-06-19 17:03:04 +02:00

28 lines
425 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"path": "../../clan-cli"
},
{
"path": "../clan_app"
}
],
"settings": {
"typescript.tsdk": "node_modules/typescript/lib",
"files.exclude": {
"**/.fonts": true,
"**/.claude": true,
"**/.vscode": true,
"**/tests": true,
"**/node_modules": true,
"**/icons": true,
"**/dist": true,
"*.js": true,
"*.json": true,
"tailwind": true,
}
}
}