From 0b408301c50b630a48dab5837d32930efa0cbd54 Mon Sep 17 00:00:00 2001 From: Matt Karl Date: Mon, 5 Dec 2022 16:37:47 -0500 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 83c40ed..dfc9bed 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,6 @@ "esModuleInterop": true }, "include": [ - "src/**/*.ts", - "test/*.ts" + "src/**/*.ts" ] } \ No newline at end of file