From 4f775858b1aacd760a270fbb33743e7f5881dc50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Wed, 4 Mar 2026 15:27:05 +0100 Subject: [PATCH] first commit --- frontend/tsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 87859bd..6f85232 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -17,6 +17,11 @@ "jsx": "preserve", "incremental": true, "esModuleInterop": true, + "baseUrl": ".", + "paths": { + "@/*": ["./*"] + }, + "plugins": [ { "name": "next"