visua-vue/tsconfig.json
Paul Valerie GOMA 521206a589 file updated
2025-07-31 01:50:36 +02:00

21 lines
322 B
JSON

{
"compilerOptions": {
"types": ["vitest"],
"emitDeclarationOnly": true,
"declaration": true,
"outDir": "dist"
},
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.types.json"
}
]
}