From 79f4aaeef87b106a355652cb95cb5fa9df280c34 Mon Sep 17 00:00:00 2001 From: Peter Fajdiga Date: Sat, 27 Apr 2024 11:47:16 +0200 Subject: [PATCH] Revert "tsconfig: exclude test files" This reverts commit ee14509228a209f41795038009c2e52e66e20ccb. --- src/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tsconfig.json b/src/tsconfig.json index b9d20f9..713b624 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -8,6 +8,5 @@ "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true - }, - "exclude": ["./**/*.test.ts"] + } }