From d7fee99e18280aec37da48a9cca8db39930dfd6d Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 4 Oct 2024 12:23:14 +0100 Subject: [PATCH] 7 --- apps/frontend/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frontend/tsconfig.json b/apps/frontend/tsconfig.json index 930a14c..c487974 100644 --- a/apps/frontend/tsconfig.json +++ b/apps/frontend/tsconfig.json @@ -22,9 +22,9 @@ "noUnusedLocals": false, "noUnusedParameters": false, "preserveWatchOutput": true, - "baseUrl": ".", + "baseUrl": "./", "paths": { - "@/*": ["src/*.ts", "src/*"] + "@/*": ["./src/*.ts", "./src/*"] } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "tailwind.config.ts"],