Set Next.js to ignore TypeScript errors
This commit is contained in:
parent
f55f2f6321
commit
73d3b662ca
1 changed files with 5 additions and 0 deletions
5
next.config.js
Normal file
5
next.config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue