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:
Lilith 2026-02-22 08:19:24 -08:00
parent 51ce1d5c7e
commit a770a4efab

View file

@ -21,6 +21,7 @@
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@features/*": ["../../*"],
"@packages/*": ["../../../@packages/*"],
"@i18n-locales/*": ["../../i18n/locales/*"],
"@platform/i18n/*": ["../../i18n/*"],