-
-
Notifications
You must be signed in to change notification settings - Fork 69
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] Support multiple tsconfigs #22
Conversation
closes #18 too the |
@bradzacher Can you take a look at this PR? It implements the same functionality as typescript-eslint/typescript-eslint#806 |
Would it be possible to review this @alexgorbatchev or @bradzacher? |
Hi @teoxoy , it seems @alexgorbatchev has 'disappeared' for a few months, or he just forgot this project, so I'm going to fork this repository and republish it as eslint-import-resolver-ts to npm, I'm here to ask that are you will to make a separate PR to the new repository? Or can I cherry pick your commit into my repository? |
@JounQin I think you can just merge it from upstream. |
I will start a PR on your fork then. Let me know when it's ready. |
@teoxoy It's already for a while, please try the repository link above. |
closes #21
Adds support for multiple
tsconfig
s.This enables aliasing via
compilerOptions.paths
for monorepos with multipletsconfig
sShould also improve performance because the mappers are cached.
Includes a new test and updated docs.
I have also tested the new changes in my own typescript monorepo and everything works as expected.