From ca0027b0ef1fabff37038a9642fc50390334f541 Mon Sep 17 00:00:00 2001 From: ejahnGithub Date: Fri, 23 Feb 2024 15:07:37 -0800 Subject: [PATCH] fixed ci --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 79d47e3..2f26aac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,5 +15,5 @@ "skipLibCheck": true, "newLine": "lf" }, - "include": [ "/src/**/*" ] -} \ No newline at end of file + "exclude": ["./dist", "./node_modules", "./__tests__", "./coverage"] +}