2022-10-20 22:33:25 +02:00
|
|
|
{
|
|
|
|
|
"extends": "./tsconfig.app.json",
|
2023-01-12 19:46:15 +01:00
|
|
|
"include": ["tests/**/*", "src/shims-vue.d.ts"],
|
2022-10-20 22:33:25 +02:00
|
|
|
"compilerOptions": {
|
2022-12-20 00:33:50 +01:00
|
|
|
"allowJs": true,
|
2022-10-20 22:33:25 +02:00
|
|
|
"composite": true,
|
|
|
|
|
"lib": [],
|
|
|
|
|
"types": ["node"]
|
|
|
|
|
}
|
|
|
|
|
}
|