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

12 lines
197 B
JSON
Raw Normal View History

2022-10-20 23:33:25 +03:00
{
"extends": "./tsconfig.app.json",
"include": ["playwright"],
"exclude": [],
"compilerOptions": {
"composite": true,
"lib": [],
"jsx": "react-jsx",
"types": ["node"]
}
}