Next.js: Add TypeScript type checking

Created on 23 Apr 2019  路  4Comments  路  Source: vercel/next.js

We'll probably have to do type checking and not just compilation. @timer had some ideas for it.

Fixes https://github.com/zeit/next.js/issues/6466

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.

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings