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.
Describe alternatives you've considered
Configure baseUrl
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like to request
Typescript supports
paths
without specifyingbaseUrl
. 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
withbaseUrl
. It could just follow what typescript does and resolvepaths
from the config location whenbaseUrl
is not specified.Describe alternatives you've considered
Configure
baseUrl
The text was updated successfully, but these errors were encountered: