diff --git a/apps/web/next.config.mjs b/apps/web/next.config.mjs index 83352b7a05..d342e03280 100644 --- a/apps/web/next.config.mjs +++ b/apps/web/next.config.mjs @@ -56,6 +56,10 @@ const profileTarget = { /** @type {import('next').NextConfig} */ const nextConfig = { output: 'export', + typescript: { + // We use `yarn typecheck` on top level to check types + ignoreBuildErrors: true, + }, sentry: { hideSourceMaps: true, },