From 4d8d2c99c3f611a2a3a3ce783d82770a39d5edeb Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Wed, 11 Mar 2026 20:02:04 +0100 Subject: [PATCH] fix build --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8af479a..3801988 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,5 +10,5 @@ "skipLibCheck": true, "esModuleInterop": true }, - "exclude": ["node_modules", "dist", "dist_org", ".vscode-test"] + "exclude": ["node_modules", "dist", "dist_org", ".vscode-test", "__tests__"] }