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