Skip to content
New issue

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

feat: add alias options #143

Open
amarriccano opened this issue Dec 11, 2023 · 1 comment
Open

feat: add alias options #143

amarriccano opened this issue Dec 11, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@amarriccano
Copy link

We use tsc-alias as "$": "./src". So most of our imports use the alias "$" and they get skipped during the fixing process. Is it possible to add this option to configure alias. Or maybe guide me to the change so I can have them added.

@antongolub antongolub added the enhancement New feature or request label Dec 11, 2023
@antongolub
Copy link
Owner

Well, that would be a nice improvement. We just need to add another one search point to resolveDependency via fixModuleReferences. I'm afraid, I won't be able to implement this right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants