未验证 提交 9b711883 编写于 作者: T Tim Neutkens 提交者: GitHub

Update docs about type checking (#15103)

Related to #14997
上级 16489650
......@@ -43,7 +43,7 @@ You're now ready to start converting files from `.js` to `.tsx` and leveraging t
> Next.js `strict` mode is turned off by default. When you feel comfortable with TypeScript, it's recommended to turn it on in your `tsconfig.json`.
By default, Next.js reports TypeScript errors during development for pages you are actively working on. TypeScript errors for inactive pages **do not** block the development process.
By default, Next.js will do type checking as part of `next build`. We recommend using code editor type checking during development.
If you want to silence the error reports, refer to the documentation for [Ignoring TypeScript errors](/docs/api-reference/next.config.js/ignoring-typescript-errors.md).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册