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