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