Skip to content

Commit

Permalink
refactor: be explicit about path in jsonconfig [skip release]
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Feb 1, 2021
1 parent ea1d09b commit b84f1b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"next-auth/*": ["./src/*"],
"next-auth": ["./src"]
"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"]
}
}
}
1 change: 0 additions & 1 deletion src/index.js

This file was deleted.

0 comments on commit b84f1b6

Please sign in to comment.