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": [],
|
2023-03-30 02:13:09 +02:00
|
|
|
"types": ["node"],
|
|
|
|
|
"ignoreDeprecations": "5.0"
|
2022-10-20 22:33:25 +02:00
|
|
|
}
|
|
|
|
|
}
|