From e95092d5ac22975fed07b0d04f2698a549e3418d Mon Sep 17 00:00:00 2001 From: chanhyuk-park Date: Thu, 4 Apr 2024 18:58:39 +0900 Subject: [PATCH] =?UTF-8?q?src=ED=8F=B4=EB=8D=94=20=EC=95=88=EC=97=90=20?= =?UTF-8?q?=EC=9E=88=EB=8A=94=20=ED=83=80=EC=9E=85=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=ED=8C=8C=EC=9D=BC=EB=93=A4=EB=A7=8C=20?= =?UTF-8?q?=ED=83=80=EC=9E=85=EC=B2=B4=ED=81=AC=20=ED=95=98=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EC=88=98=EC=A0=95=ED=95=A9=EB=8B=88=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3ffa57ba..c5e5d20a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,5 +6,6 @@ "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true - } + }, + "include": ["src"] }