Does baseUrl work? #6513
Unanswered
ericelliott
asked this question in
Q&A
Replies: 0 comments
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.
-
Trying to use the following configuration:
This apparently fails to recognize the
baseUrl
setting when I usenode -r @swc/register 'src/test.js'
.The same
baseUrl
setting works fine when I run the application using Next.js, which respects the setting injsconfig.json
. If I delete thejsconfig.json
, both the application and unit tests fail to find the modules.Beta Was this translation helpful? Give feedback.
All reactions