-
Notifications
You must be signed in to change notification settings - Fork 319
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
ts config alias does not work at all #399
Comments
I installed madge globally, manually updated dependencies |
I had a similar issue and I managed to fix it by adding |
But there are already |
What are the respective versions did you update to manually? |
Simply latest |
that's not work for me ... and adding |
Finally, i solved this problem with option |
@huntye1 I always set this option) Now it work from the box or need to update dependencies? |
I think I'm running into the same issue, what did you set |
I'm testing this lib, and find some problems.
I have a test folder with dependencies:
But when I run
yarn build
which runsnode scripts/build.js
,madge
listed dependencies ofsrc/index.tsx
as an empty array instead of includingsrc/pages/page1/index.tsx
with extends in tsconfig:
without extends in tsconfig:
The text was updated successfully, but these errors were encountered: