You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: