visua-vue/tsconfig.json

21 lines
322 B
JSON
Raw Normal View History

2025-07-17 11:33:48 +02:00
{
2025-07-31 01:50:36 +02:00
"compilerOptions": {
"types": ["vitest"],
"emitDeclarationOnly": true,
"declaration": true,
"outDir": "dist"
},
2025-07-17 11:33:48 +02:00
"files": [],
"references": [
2025-07-31 01:50:36 +02:00
{
"path": "./tsconfig.app.json"
},
2025-07-17 11:33:48 +02:00
{
"path": "./tsconfig.node.json"
},
{
2025-07-31 01:50:36 +02:00
"path": "./tsconfig.types.json"
2025-07-17 11:33:48 +02:00
}
2025-07-31 01:50:36 +02:00
]
2025-07-17 11:33:48 +02:00
}