We'll probably have to do type checking and not just compilation. @timer had some ideas for it.
It'd be great if TypeScript errors did not block page compilation unless they are fatal. Problems like mismatching types are useful to see in the editor and when running yarn lint, however, if they crash page compilation in dev, that becomes quite annoying and blocks experimentation.
I see @Timer closed #7125. What's the latest on this?
This has been implemented!
I created a new issue out of the comment above: https://github.com/zeit/next.js/issues/7687
Most helpful comment
It'd be great if TypeScript errors did not block page compilation unless they are fatal. Problems like mismatching types are useful to see in the editor and when running
yarn lint, however, if they crash page compilation in dev, that becomes quite annoying and blocks experimentation.