chore(landing): 🔧 Update TypeScript config for frontend landing page to refine module resolution, code structure, and tooling behavior
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
51ce1d5c7e
commit
a770a4efab
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"@features/*": ["../../*"],
|
||||
"@packages/*": ["../../../@packages/*"],
|
||||
"@i18n-locales/*": ["../../i18n/locales/*"],
|
||||
"@platform/i18n/*": ["../../i18n/*"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue