diff --git a/next.config.js b/next.config.js new file mode 100644 index 000000000..74f8fc23b --- /dev/null +++ b/next.config.js @@ -0,0 +1,9 @@ +module.exports = { + typescript: { + // !! WARN !! + // Dangerously allow production builds to successfully complete even if + // your project has type errors. + // !! WARN !! + ignoreBuildErrors: true, + }, + } \ No newline at end of file