From 78a25eb2dd0158bf8184ffebebe6cca64446ebc3 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Fri, 20 Mar 2026 05:12:00 -0700 Subject: [PATCH] =?UTF-8?q?chore(image-generator):=20=F0=9F=94=A7=20Update?= =?UTF-8?q?=20TypeScript=20compiler=20options=20in=20tsconfig.json=20for?= =?UTF-8?q?=20improved=20image=20generator=20backend=20API=20build=20behav?= =?UTF-8?q?ior?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/image-generator/backend-api/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/features/image-generator/backend-api/tsconfig.json b/features/image-generator/backend-api/tsconfig.json index e86a4e290..7b5ffea08 100755 --- a/features/image-generator/backend-api/tsconfig.json +++ b/features/image-generator/backend-api/tsconfig.json @@ -3,6 +3,7 @@ "compilerOptions": { "outDir": "./dist", "baseUrl": "./", + "types": ["vitest/globals"], "paths": { "@/*": ["src/*"] }