From 2038336ba328afb581c390c59ddb43c33ab842d6 Mon Sep 17 00:00:00 2001 From: Philip Cheung Date: Tue, 8 Oct 2024 14:49:19 +0800 Subject: [PATCH] fsdf --- next.config.mjs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index a41c0f8..da208a8 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,8 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - ignoreBuildErrors: true, -}; - -export default nextConfig; + typescript: { + ignoreBuildErrors: true, + }, + } + + module.exports = nextConfig \ No newline at end of file