playwright/tests/components/ct-vue2-cli/tsconfig.test.json
2022-12-19 15:33:50 -08:00

11 lines
189 B
JSON

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