We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I'm having an issue that is similar to #89.
I have a package in my repo that is not published, let's call it @myorg/mypkg and in my tsconfig I have a path for it like this:
@myorg/mypkg
"paths": { "@myorg/mypkg": ["./packages/mypkg/src/index.js"], }
When I transform the paths with this configuration I end up without both the index filename and the .js extension, both of which I'd need preserved.
index
.js
The end result in this case are paths like this:
export * from "../../mypkg/src/
The text was updated successfully, but these errors were encountered:
Just stumbled upon #136 and it seems like it would resolve this problem
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Hi! I'm having an issue that is similar to #89.
I have a package in my repo that is not published, let's call it
@myorg/mypkg
and in my tsconfig I have a path for it like this:When I transform the paths with this configuration I end up without both the
index
filename and the.js
extension, both of which I'd need preserved.The end result in this case are paths like this:
The text was updated successfully, but these errors were encountered: