From 2a29218285b6cba72544de739f09251915e9fe96 Mon Sep 17 00:00:00 2001 From: cond0r Date: Thu, 4 Feb 2021 18:10:11 +0200 Subject: [PATCH] Update next.config.js --- next.config.js | 3 +++ 1 file changed, 3 insertions(+) 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, + }, }