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:
parent
07f5006b18
commit
5d4942437c
2 changed files with 4 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue