mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
12 lines
291 B
JSON
12 lines
291 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"next-auth": ["./src/server"],
|
|
"next-auth/adapters": ["./src/adapters"],
|
|
"next-auth/client": ["./src/client"],
|
|
"next-auth/jwt": ["./src/lib/jwt"],
|
|
"next-auth/providers": ["./src/providers"]
|
|
}
|
|
}
|
|
} |