diff --git a/next.config.ts b/next.config.ts index 66e1566..fbb88da 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,9 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ + typescript: { + ignoreBuildErrors: true, + }, reactCompiler: true, };