From 715ab52a16763e4687cdc9f9b9ee567826b225c0 Mon Sep 17 00:00:00 2001 From: turtle601 Date: Thu, 11 Jan 2024 22:54:51 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=83=80=EC=9E=85=EC=B2=B4=ED=82=B9?= =?UTF-8?q?=EC=97=90=20=EC=8B=A4=ED=8C=A8=ED=95=98=EB=A9=B4=20=EB=B9=8C?= =?UTF-8?q?=EB=93=9C=EA=B0=80=20=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 5033dc11f..95b09a2ab 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -11,6 +11,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "allowSyntheticDefaultImports": true, "jsx": "preserve", + "noEmitOnError": true, "typeRoots": ["node_modules/@types", "src/@types"], "removeComments": true, "declaration": true,