create-vue
create-vue copied to clipboard
When creating a project with vitest + cypress E2E enabled, no tsconfig for Cypress support files or component testing is generated
When you generated a project with Cypress E2E and no vitest, you get tsconfig.cypress-ct.json, but when you generated a project with Cypress E2E and Vitest, you get no top level tsconfig.json file coverting the Cypress support files.
Also the generated config file doesn't properly exclude types for Cypress, nor does it handle co-existing with Vitest with proper include/exclude.