playwright/tests/components/ct-vue2-cli/tsconfig.test.json
2023-01-12 10:46:15 -08:00

11 lines
199 B
JSON

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