From ab434083ca45251b44724fba92748d1bb572a7b8 Mon Sep 17 00:00:00 2001 From: DerekAgility Date: Sun, 24 May 2026 08:42:50 -0400 Subject: [PATCH] Remove test files from build --- tsconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8e912dc..f79d269 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,5 +19,9 @@ "types/*": ["src/types/*"] } }, - "include": ["src/**/*"] + "include": ["src/**/*"], + "exclude": [ + "**/*.test.ts", + "**/tests/**" + ] }