From a770a4efaba05b754096383a1d2b6070a8dfa587 Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 22 Feb 2026 08:19:24 -0800 Subject: [PATCH] =?UTF-8?q?chore(landing):=20=F0=9F=94=A7=20Update=20TypeS?= =?UTF-8?q?cript=20config=20for=20frontend=20landing=20page=20to=20refine?= =?UTF-8?q?=20module=20resolution,=20code=20structure,=20and=20tooling=20b?= =?UTF-8?q?ehavior?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/landing/frontend-public/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/features/landing/frontend-public/tsconfig.json b/features/landing/frontend-public/tsconfig.json index e2fb23719..87927fac9 100755 --- a/features/landing/frontend-public/tsconfig.json +++ b/features/landing/frontend-public/tsconfig.json @@ -21,6 +21,7 @@ "baseUrl": ".", "paths": { "@/*": ["src/*"], + "@features/*": ["../../*"], "@packages/*": ["../../../@packages/*"], "@i18n-locales/*": ["../../i18n/locales/*"], "@platform/i18n/*": ["../../i18n/*"],