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

11 lines
168 B
JSON
Raw Normal View History

2022-10-18 22:00:37 +02:00
{
"extends": "./tsconfig.app.json",
"exclude": [],
"compilerOptions": {
"composite": true,
"lib": [],
"jsx": "react-jsx",
"types": ["node"]
}
}