file updated

This commit is contained in:
Paul Valerie GOMA 2025-07-31 01:50:36 +02:00
parent b61eb6fe4a
commit 521206a589

View File

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