feat: improve ts setup
This commit is contained in:
parent
513a51fb73
commit
c6aac15d24
14 changed files with 195 additions and 144 deletions
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 a new issue