From 2db34b97fff8e14819e00428a938b141a80fb421 Mon Sep 17 00:00:00 2001 From: hayper Date: Wed, 22 Mar 2023 13:19:01 +0700 Subject: [PATCH] feat: update include list --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 935e16d..1304079 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,5 +16,5 @@ "strict": true, "skipLibCheck": true }, - "include": ["src/**/*"] -} \ No newline at end of file + "include": ["src"] +}