16 lines
245 B
JSON
16 lines
245 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.app.json",
|
||
|
|
"include": [
|
||
|
|
"vitest/**/*",
|
||
|
|
],
|
||
|
|
"exclude": [],
|
||
|
|
"compilerOptions": {
|
||
|
|
"composite": true,
|
||
|
|
"lib": [],
|
||
|
|
"types": [
|
||
|
|
"node",
|
||
|
|
"jsdom"
|
||
|
|
],
|
||
|
|
}
|
||
|
|
}
|