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"],