28 lines
425 B
Plaintext
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,
|
|
}
|
|
}
|
|
} |