feat: improve ts setup
This commit is contained in:

committed by
Gitea

parent
513a51fb73
commit
c6aac15d24
9
tsconfig.vitest.json
Normal file
9
tsconfig.vitest.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.app.json",
|
||||
"exclude": [],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"lib": [],
|
||||
"types": ["node"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user