Replies: 1 comment
-
I agree with the proposal. Any plans to integrate this feature into Next.js? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 should just follow what typescript does and resolvepaths
from the config location whenbaseUrl
is not specified.I opened a PR to support this behavior: #34926
Describe alternatives you've considered
Configure
baseUrl
Beta Was this translation helpful? Give feedback.
All reactions