cypress ships with TypeScript declarations and supports it ([according to their website](https://docs.cypress.io/guides/tooling/typescript-support.html#Configure-tsconfig-json)). Why isn't it used? The solution being adding a `tsconfig.json` in the `cypress` folder as well as change `.js` extensions to `.ts`. EDIT: I can submit a PR if you want.
cypress ships with TypeScript declarations and supports it (according to their website). Why isn't it used?
The solution being adding a
tsconfig.jsonin thecypressfolder as well as change.jsextensions to.ts.EDIT: I can submit a PR if you want.