kylemh / next-ts-with-cypress-coverage

An example create-next-app project using TypeScript, Cypress, @testing-library/cypress, and instrumented coverage
14 stars 9 forks source link

nextjs-types.d.ts is duplicated #2

Closed binary64 closed 2 years ago

binary64 commented 2 years ago

The @types/nextjs-types.d.ts file already exists in /next-env.d.ts

Thank for you for work. Are you able to update to next 12?

kylemh commented 2 years ago

Thanks!

I'll have to do the next.js 12 upgrade for work in the next quarter and should be able to update it later! Have you seen any issues with this setup and v12?