chore(frontend-showcase): 🔧 Update TypeScript compiler settings in client-intel and reviews frontend showcases

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-20 05:00:34 -07:00
parent 07f5006b18
commit 5d4942437c
2 changed files with 4 additions and 2 deletions

View file

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

View file

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