From 2f1df76c7d3d6c769179719b7082d2d039ccc7b6 Mon Sep 17 00:00:00 2001 From: ghdtjgus76 Date: Mon, 12 Aug 2024 13:50:13 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20client=20jest=20=EA=B4=80=EB=A0=A8=20?= =?UTF-8?q?=EC=86=8D=EC=84=B1=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/client/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/tsconfig.json b/apps/client/tsconfig.json index 4bbe5058..b115b436 100644 --- a/apps/client/tsconfig.json +++ b/apps/client/tsconfig.json @@ -9,7 +9,7 @@ "baseUrl": ".", "paths": { "@/*": ["app/*"], - "@styled-system/*": ["./styled-system/*"], + "@styled-system/*": ["./styled-system/*"] } }, "include": [ @@ -18,6 +18,6 @@ "**/*.ts", "**/*.tsx", ".next/types/**/*.ts" -, "jest.config.cjs" ], + ], "exclude": ["node_modules"] }