file updated
This commit is contained in:
parent
b61eb6fe4a
commit
521206a589
|
@ -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"]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user