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

13 lines
260 B
JSON

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