From 6fe63b168b002df1865d94bab0ab8f3b5d292743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Thu, 24 Jul 2025 18:25:37 +0300 Subject: [PATCH] update tsconfig.json --- tsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index ac59e11..85867b0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,6 +17,11 @@ "importHelpers": true, "target": "ES2022", "module": "ES2022", + "paths": { + "@/*": [ + "src/app/*" + ] + } }, "angularCompilerOptions": { "enableI18nLegacyMessageIdFormat": false,