From 4d9761d829aad35a0b46587abd3775d85458d259 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:27:40 +0300 Subject: [PATCH] update tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 85867b0..163b8d8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,6 +17,7 @@ "importHelpers": true, "target": "ES2022", "module": "ES2022", + "baseUrl": "./", "paths": { "@/*": [ "src/app/*"