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/*"] }