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

12 lines
213 B
JSON
Raw Normal View History

2022-10-20 23:33:25 +03:00
{
"extends": "./tsconfig.app.json",
2022-11-08 19:40:29 +03:00
"include": ["playwright", "src/**/*"],
2022-10-20 23:33:25 +03:00
"compilerOptions": {
2022-11-08 19:40:29 +03:00
"allowJs": true,
2022-10-20 23:33:25 +03:00
"composite": true,
"lib": [],
"jsx": "react-jsx",
"types": ["node"]
}
}