Set Next.js to ignore TypeScript errors

pull/2/head
Bailey Pumfleet 2021-04-07 21:05:23 +01:00 committed by GitHub
parent f55f2f6321
commit 73d3b662ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
next.config.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
typescript: {
ignoreBuildErrors: true,
},
}