diff --git a/next.config.js b/next.config.js index 3c9e37210..9ee64e00e 100644 --- a/next.config.js +++ b/next.config.js @@ -34,4 +34,11 @@ module.exports = { }, ] }, + typescript: { + // !! WARN !! + // Dangerously allow production builds to successfully complete even if + // your project has type errors. + // !! WARN !! + ignoreBuildErrors: true, + }, }