diff --git a/next.config.js b/next.config.js index 3c9e37210..abdfe251c 100644 --- a/next.config.js +++ b/next.config.js @@ -34,4 +34,7 @@ module.exports = { }, ] }, + typescript: { + ignoreBuildErrors: true, + }, }