From 9e6daa9b74b84e61b3e21c988578c9688939279a Mon Sep 17 00:00:00 2001 From: Jumpei Ogawa Date: Sun, 25 Aug 2024 13:20:30 +0900 Subject: [PATCH] chore: do not check dist/ dir --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index cf6689e..52c9113 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,5 +7,6 @@ "paths": { "~/*": ["src/*"] } - } -} \ No newline at end of file + }, + "exclude": ["dist/"] +}