You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typescript supports pathswithout specifying baseUrl. This is interesting when you want to use some path aliases without allowing bare imports to resolve from the project root.
Describe the solution you'd like
next.js already supports paths with baseUrl. It could just follow what typescript does and resolve paths from the config location when baseUrl is not specified.