playwright/tests/components/ct-vue2-cli/tsconfig.test.json
2023-03-29 17:13:09 -07:00

12 lines
232 B
JSON

{
"extends": "./tsconfig.app.json",
"include": ["tests/**/*", "src/shims-vue.d.ts"],
"compilerOptions": {
"allowJs": true,
"composite": true,
"lib": [],
"types": ["node"],
"ignoreDeprecations": "5.0"
}
}