-
Notifications
You must be signed in to change notification settings - Fork 84
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
fix(tsConfig): path mapping by filing-cabinet #138
base: main
Are you sure you want to change the base?
fix(tsConfig): path mapping by filing-cabinet #138
Conversation
@mrjoelkemp Hi! |
@mrjoelkemp Hi! |
dd3fd5f
to
64e31ee
Compare
Please rebase, drop any unneeded changes and make sure lint + tests pass. |
how progress of this issue? |
@tianyingchun I will do it this week :) |
A PR pending in filingc-cabinet should be merged and published before this to be merged. REF: dependents/node-filing-cabinet#100
c0c5fa5
to
48fd753
Compare
@XhmikosR @tianyingchun Done it :) |
Waiting new release |
A test is still needed. |
Should we add a test for cases like this as well? |
why we need two typescript config here?
Should we make tsConfig (string/object) works correct? instead of add new |
@tianyingchun I'd like to recommend reading this PR :) |
@XhmikosR May I ping? Thanks :) |
@XhmikosR Hi? Are you super busy these days? Thanks :) |
@XhmikosR Hello, dear maintainers! |
Through @jjangga0214/dependency-tree. Refet to dependents/node-dependency-tree#138
Hi, can the be moved forward please? 🙏 |
I don't have time for dependents and I still think this needs a test case. |
@jjangga0214 can you write tests for the new option please? |
Really disappointed this isn't merged, yet. Kind of pointless use this lib with a TypeScript project as it is, since path mapping is very common. |
The PR pending in
filing-cabinet
(dependents/node-filing-cabinet#100) should be merged and published before this PR to be merged.I personally tested this PR against https://github.com/jjangga0214/ts-yarn-lerna-boilerplate, with
filing-cabinet
patched by dependents/node-filing-cabinet#100.Closes #135
Related to:
Thanks!