From 4b9d92289cbcdc919b10882d692b0482ee3fed47 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 3 May 2026 21:36:26 +0300 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9e9476b15..4fc2a0295 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,6 @@ "allowJs": true, "outDir": "./dist" }, - "include": ["scripts/**/*", "src/**/*"], + "include": ["scripts/**/*", "tests/**/*"], "exclude": ["node_modules", "dist"] } \ No newline at end of file