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

12 lines
227 B
JSON

{
"extends": "./tsconfig.app.json",
"include": ["playwright", "src/**/*", "tests/**/*"],
"compilerOptions": {
"allowJs": true,
"composite": true,
"lib": [],
"jsx": "react-jsx",
"types": ["node"]
}
}