From cd885189bba68e3826379267a1dfd572dd28050b Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 22 Jan 2026 04:46:09 -0800 Subject: [PATCH] =?UTF-8?q?chore(marketplace/backend-api):=20=F0=9F=94=A7?= =?UTF-8?q?=20Update=20TypeScript=20compiler=20config=20with=20strict=20mo?= =?UTF-8?q?de=20and=20path=20mappings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/marketplace/backend-api/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/marketplace/backend-api/tsconfig.json b/features/marketplace/backend-api/tsconfig.json index 8f1268d24..9d5a2db39 100755 --- a/features/marketplace/backend-api/tsconfig.json +++ b/features/marketplace/backend-api/tsconfig.json @@ -9,5 +9,5 @@ } }, "include": ["src/**/*"], - "exclude": ["node_modules", "dist"] + "exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.test.ts"] }