src/
prefix is omitted everywhere in this repo when specifying file paths, how?
#12457
Unanswered
rinarakaki
asked this question in
Help
Replies: 1 comment
-
The exports point to the build output js files, not the src ts files, for example. So after running |
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.
-
I'm wondering why it's supposed to work without
src/
prefix for example,in
packages/core/package.json
:but actually this must be:
Another example is in
packages/next-auth/test/env.test.ts
:but actually this must be:
Where are these behaviours configured? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions