From 770c02bd7ef138dc8af7156d1321b9fffcf78a73 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 4 Oct 2024 12:40:55 +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 6797a01..c3a9fee 100644 --- a/apps/frontend/tsconfig.json +++ b/apps/frontend/tsconfig.json @@ -22,7 +22,7 @@ "noUnusedLocals": false, "noUnusedParameters": false, "preserveWatchOutput": true, - "baseUrl": "../../", + "baseUrl": "../../apps/frontend", "paths": { "@/*": ["./src/*.ts", "./src/*"] }