From 3ea35ff713e806c51d286210c0a23a532b11624e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Sat, 15 Nov 2025 19:52:11 +0100 Subject: [PATCH] chore: remove tests --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 04df3a6..cb524d9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,6 +29,6 @@ "esModuleInterop": true // "noImplicitReturns": true }, - "include": ["src", "tests", "package.json"], + "include": ["src", "package.json"], "exclude": ["dist", "node_modules"] }