-
Notifications
You must be signed in to change notification settings - Fork 491
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
First off, thanks for including a typescript/cypress option, having suffered through configuring this in Vue 2 it's very much appreciated.
I'm in the process of shifting our toolchain from Vue 2 to 3 and I'm prototyping a starter project that matches our current setup. Critically this means Vite, Typescript, Eslint and Cypress. Everything works great until I add cypress to my options, as soon as I do running npm run type-check
stops reporting type errors. I'm running node v18.7.0.
To reproduce
npm init vue@3
- Select typescript and cypress.
- Add a simple type error like
const foo: boolean = 'bar';
tosrc/main.ts
. npm run type-check
- No errors reported.
Running the same test but omitting the cypress option will produce errors.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working