From a654599285163039daee0ff7a7316c7981c3e93e Mon Sep 17 00:00:00 2001 From: Web-serfer Date: Wed, 1 Apr 2026 19:00:14 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D0=BE=C3=91=D1=80=D1=80=D0=B5?= =?UTF-8?q?=D0=BA=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=BA=D0=B0=20=D0=B0=D0=BB?= =?UTF-8?q?=D0=B8=D1=81=D0=BE=D0=B2=20=D0=B8=D0=BC=D0=BF=D0=BE=D1=80=D1=82?= =?UTF-8?q?=D0=BE=D0=B2=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BD=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index ca64096..6fbe542 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -7,6 +7,7 @@ "paths": { "@styles/*": ["src/styles/*"], "@components/*": ["src/components/*"], + "@constants": ["src/constants.ts"], "@constants/*": ["src/constants/*"], "@layouts/*": ["src/layouts/*"], "@assets/*": ["src/assets/*"],