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"]