-
Is it possible to use this library in a project with moduleResolution set to "node"? When trying to import it I get the following error
Unfortunately I am not able to change the module resolution as almost all other libraries I use rely on it set to "node". Is there a solution/workaround? |
Beta Was this translation helpful? Give feedback.
Answered by
inokawa
Dec 21, 2024
Replies: 1 comment 1 reply
-
Officially |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
inokawa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Officially
moduleResolution: "node"
is not supported. It's recommended to migrate tomoduleResolution: "bundler"
.