2022-04-10 02:40:15 +02:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.app.json",
|
|
|
|
"exclude": [],
|
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
2024-06-11 17:54:28 +02:00
|
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.vitest.tsbuildinfo",
|
|
|
|
|
2022-04-10 02:40:15 +02:00
|
|
|
"lib": [],
|
|
|
|
"types": ["node"]
|
|
|
|
}
|
|
|
|
}
|