|
1
|
{ |
|
2
|
"extends": "./tsconfig.app.json", |
|
3
|
"compilerOptions": { |
|
4
|
"composite": true, |
|
5
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.vitest.tsbuildinfo", |
|
6
|
"lib": ["es2023"], |
|
7
|
"types": ["node", "jsdom"], |
|
8
|
"allowImportingTsExtensions": true |
|
9
|
}, |
|
10
|
"exclude": [] |
|
11
|
} |