diff --git a/playground/nextjs-app-router/tsconfig.json b/playground/nextjs-app-router/tsconfig.json index 6a93624948..aac4918748 100644 --- a/playground/nextjs-app-router/tsconfig.json +++ b/playground/nextjs-app-router/tsconfig.json @@ -19,7 +19,9 @@ } ], "paths": { - "@/*": ["./*"] + "@/components/*": ["./components/*"], + "@/lib/*": ["./lib/*"], + "@/types/*": ["./types/*"] } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],