Skip to content

Commit

Permalink
Set Next.js to ignore TypeScript errors
Browse files Browse the repository at this point in the history
  • Loading branch information
baileypumfleet committed Apr 7, 2021
1 parent f55f2f6 commit 73d3b66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
typescript: {
ignoreBuildErrors: true,
},
}

0 comments on commit 73d3b66

Please sign in to comment.