CT3A: Why is `.next/types/**/*.ts` included in `tsconfig.json`
Our
typecheck
task is failing because of files in a folder full of compiled code, so I'm tempted to remove the include—at least for our CI and pre-push task. It isn't included on the "with typescript" example in the next.js repo: https://github.com/vercel/next.js/blob/canary/examples/with-typescript/tsconfig.json#L17
Could someone help me understand why it's there? Ty 🙏❤️0 Replies