From 7dcb6b9dd20ec5da34040bbf796eb634bdeeb7a0 Mon Sep 17 00:00:00 2001 From: BenediktMehl Date: Mon, 3 Jun 2024 10:50:08 +0200 Subject: [PATCH] Revert "chore: include tests into tsconfig #368" This reverts commit 401d51a05eb71936f380e4fdb73b1b4ec25dae2b. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index fde3a2e5..fbaeb470 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,5 +7,5 @@ "resolveJsonModule": true, "strict": true }, - "exclude": ["resources", "node_modules", "test"] + "exclude": ["resources", "node_modules", "test", "src/**/*.test.ts"] }