Skip to content

Commit

Permalink
Remove !! WARN !! as we already say dangerously
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob committed Feb 22, 2022
1 parent df57a09 commit 81885c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Expand Up @@ -15,10 +15,8 @@ Open `next.config.js` and enable the `ignoreBuildErrors` option in the `typescri
```js
module.exports = {
typescript: {
// !! WARN !!
// Dangerously allow production builds to successfully complete even if
// your project has type errors.
// !! WARN !!
ignoreBuildErrors: true,
},
}
Expand Down
2 changes: 0 additions & 2 deletions docs/basic-features/typescript.md
Expand Up @@ -174,10 +174,8 @@ Open `next.config.js` and enable the `ignoreBuildErrors` option in the `typescri
```js
module.exports = {
typescript: {
// !! WARN !!
// Dangerously allow production builds to successfully complete even if
// your project has type errors.
// !! WARN !!
ignoreBuildErrors: true,
},
}
Expand Down

0 comments on commit 81885c4

Please sign in to comment.