From aedf58643dbe0c53c03a713c4dcffa3734ae05b7 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Mon, 15 Dec 2025 13:40:02 +0100 Subject: [PATCH] wip --- apps/api/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/tsconfig.json b/apps/api/tsconfig.json index 2bedf015e..f8d638a49 100644 --- a/apps/api/tsconfig.json +++ b/apps/api/tsconfig.json @@ -45,5 +45,5 @@ } }, "include": ["src/**/*"], - "exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.mock.ts"] + "exclude": ["node_modules", "dist", "**/*.mock.ts"] }