From 0812e5faba56ab466be507c94958d40139c56267 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 4 Oct 2024 12:21:41 +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 44e4b42..930a14c 100644 --- a/apps/frontend/tsconfig.json +++ b/apps/frontend/tsconfig.json @@ -24,7 +24,7 @@ "preserveWatchOutput": true, "baseUrl": ".", "paths": { - "@/*": ["./src/*.ts", "./src/*"] + "@/*": ["src/*.ts", "src/*"] } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "tailwind.config.ts"],