Replies: 1 comment 1 reply
-
I advise you to try it and see the result yourself and in case it doesn't work and seems like a bug you can create an issue by leaving a repo there for its reproduction. THANKS |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm trying to use this in a react native mono repo
I wanted to know if it's possible to also replace the paths inside the
require()
calls that exists in the project ?I am using require() in my ts files, which will be later picked up by babel, but since it's in another package, the require paths resolve to wrong locations, which I need to tackle on my build step of the package
it seems to me if I manage to make tsc-alias to also work for
require()
, my problem will be solvedBeta Was this translation helpful? Give feedback.
All reactions