From 55a3c597eb0f3b86fbd0477ae23c8fbddaf399d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=ED=98=81=EC=84=B1?= Date: Mon, 23 Feb 2026 16:46:08 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=ED=99=98=EA=B2=BD=EC=84=A4=EC=A0=95?= =?UTF-8?q?=20=EB=B3=B5=EC=9B=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index ebb777d3..c68ac77b 100644 --- a/next.config.ts +++ b/next.config.ts @@ -21,7 +21,7 @@ const nextConfig: NextConfig = { }, }, typescript: { - ignoreBuildErrors: true, // 빌드 시 타입체크 skip (메모리 절약, IDE에서 별도 체크) + ignoreBuildErrors: false, }, eslint: { ignoreDuringBuilds: true,