From b422b3ceea680b622b905816664dcb98f294012c Mon Sep 17 00:00:00 2001 From: Shinwoo PARK Date: Sun, 3 Dec 2023 18:48:29 +0900 Subject: [PATCH] chore: exclude dist in tsconfig --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index fea25cd..3c5fbc6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "declarationMap": true, }, "exclude": [ - "node_modules" + "node_modules", + "dist", ], } \ No newline at end of file