playwright/tests/components/ct-vue2-cli/tsconfig.test.json

12 lines
232 B
JSON
Raw Normal View History

2022-10-20 22:33:25 +02:00
{
"extends": "./tsconfig.app.json",
"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"],
"ignoreDeprecations": "5.0"
2022-10-20 22:33:25 +02:00
}
}