From 9dca5e4a900c8a0365da0dcdc0919abd6458645c Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 4 Oct 2024 12:39:11 +0100 Subject: [PATCH] 7 --- apps/frontend/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/tsconfig.json b/apps/frontend/tsconfig.json index c487974..6797a01 100644 --- a/apps/frontend/tsconfig.json +++ b/apps/frontend/tsconfig.json @@ -22,7 +22,7 @@ "noUnusedLocals": false, "noUnusedParameters": false, "preserveWatchOutput": true, - "baseUrl": "./", + "baseUrl": "../../", "paths": { "@/*": ["./src/*.ts", "./src/*"] }