From 5d4942437c76100320d9db6a1b23eb6876f6f88b Mon Sep 17 00:00:00 2001 From: Claude Code Date: Fri, 20 Mar 2026 05:00:34 -0700 Subject: [PATCH] =?UTF-8?q?chore(frontend-showcase):=20=F0=9F=94=A7=20Upda?= =?UTF-8?q?te=20TypeScript=20compiler=20settings=20in=20client-intel=20and?= =?UTF-8?q?=20reviews=20frontend=20showcases?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/client-intel/frontend-showcase/tsconfig.json | 3 ++- features/reviews/frontend-showcase/tsconfig.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/features/client-intel/frontend-showcase/tsconfig.json b/features/client-intel/frontend-showcase/tsconfig.json index 07ab33b37..c43022708 100644 --- a/features/client-intel/frontend-showcase/tsconfig.json +++ b/features/client-intel/frontend-showcase/tsconfig.json @@ -12,7 +12,8 @@ "declaration": false, "noEmit": true, "paths": { - "@lilith/client-intel-shared": ["../shared/src/index.ts"] + "@lilith/client-intel-shared": ["../shared/src/index.ts"], + "@/*": ["../frontend-user/src/*"] } }, "include": ["src", "e2e"] diff --git a/features/reviews/frontend-showcase/tsconfig.json b/features/reviews/frontend-showcase/tsconfig.json index 25f12b198..129316173 100644 --- a/features/reviews/frontend-showcase/tsconfig.json +++ b/features/reviews/frontend-showcase/tsconfig.json @@ -12,7 +12,8 @@ "declaration": false, "noEmit": true, "paths": { - "@lilith/reviews-shared": ["../shared/src/index.ts"] + "@lilith/reviews-shared": ["../shared/src/index.ts"], + "@user-components/*": ["../frontend-user/src/components/*"] } }, "include": ["src"]