From fa0a299cb04209ff29119955d6d128061736d655 Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 22 Jan 2026 04:51:18 -0800 Subject: [PATCH] =?UTF-8?q?chore(backend-api):=20=F0=9F=94=A7=20Update=20T?= =?UTF-8?q?ypeScript=20compiler=20config=20for=20profile=20feature=20with?= =?UTF-8?q?=20adjusted=20paths,=20strictness,=20and=20module=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/profile/backend-api/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/profile/backend-api/tsconfig.json b/features/profile/backend-api/tsconfig.json index 9595fd42b..c06ca7c80 100755 --- a/features/profile/backend-api/tsconfig.json +++ b/features/profile/backend-api/tsconfig.json @@ -8,5 +8,5 @@ } }, "include": ["src/**/*"], - "exclude": ["node_modules", "dist"] + "exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.test.ts"] }