From 983dd1ae480759269602c2f4f8a4d67856b489e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B0=A8=EC=8A=B9=ED=95=98?= <75566149+ss0526100@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:50:54 +0900 Subject: [PATCH] =?UTF-8?q?tsconfig=20src=20=ED=99=95=EC=9D=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 7d09a4d8a..a4c64ba5b 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -40,5 +40,5 @@ }, "exclude": ["node_modules"], - "include": ["./src/**/*.tsx", "./src/**/*.ts"] + "include": ["./**/*.tsx", "./**/*.ts"] }