From df2e3c27e86b553c1dd4e74337f3e9fdecfc080e Mon Sep 17 00:00:00 2001 From: Jakub Knejzlik Date: Tue, 11 Jun 2024 15:56:36 +0200 Subject: [PATCH] Fix tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6d81b8f..a385eee 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,5 +8,5 @@ "esModuleInterop": true }, "include": ["src"], - "exclude": ["node_modules", "**/*.test.ts"] + "exclude": ["node_modules", "**/*.test.ts", "**/*.spec.ts"] }