playwright/tests/components/ct-vue-cli/tsconfig.test.json
2022-11-08 08:40:29 -08:00

12 lines
213 B
JSON

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