From 43df2ba0f22204d0dbe28001d40cf66aaa95cded Mon Sep 17 00:00:00 2001 From: cond0r Date: Mon, 22 Feb 2021 16:29:38 +0200 Subject: [PATCH] Update next.config.js --- next.config.js | 7 +++++++ 1 file changed, 7 insertions(+) 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, + }, }