Skip to content
Discussion options

You must be logged in to vote

Next.js doesn't type-check the code during development anymore since it slows down the build (#12735 (comment)). The editor will warn you about any type errors and you can manually check the types for the entire project running tsc.

Type-checking is still performed during next build.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Timer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #14216 on June 16, 2020 09:30.