21 lines
322 B
JSON
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"
|
|
}
|
|
]
|
|
}
|