Incremental Typescript builds with Next and Turborepo
Unanswered
jonahallibone posted this in #help-forum
Has anyone implemented incremental typechecks with turborepo and next.js on Vercel (using remote cache)? It seems like the only way would be to disable the typecheck from the next.config.ts and then run my own Typecheck and emit the files. Is this recommended? Has anyone done this? and if so, why is there no documentation around this?