visua-vue/tsconfig.json

15 lines
191 B
JSON
Raw Normal View History

2025-07-17 11:33:48 +02:00
{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
2025-07-19 02:49:57 +02:00
],
"compilerOptions": {
"types": ["vitest"]
}
2025-07-17 11:33:48 +02:00
}