We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I think tsconfig's path mapping does not work.
dependencyTree.toList({ directory: '/path/to/ts-yarn-lerna-boilerplate', filename: '/path/to/ts-yarn-lerna-boilerplate/packages/bar/src/index.ts', tsConfig: '/path/to/ts-yarn-lerna-boilerplate/tsconfig.json', })
[ '/path/to/ts-yarn-lerna-boilerplate/packages/bar/src/index.ts' ]
,which actually should be
[ '/path/to/ts-yarn-lerna-boilerplate/packages/foo/src/hello.ts', '/path/to/ts-yarn-lerna-boilerplate/packages/foo/src/index.ts' '/path/to/ts-yarn-lerna-boilerplate/packages/bar/src/index.ts' ]
Thanks!
P.S. You might see how tsconfig-paths and tsc-alias work.
The text was updated successfully, but these errors were encountered:
fix(tsconfig): respect path mapping
00ce62f
Close dependents#135
Successfully merging a pull request may close this issue.
Hi!
I think tsconfig's path mapping does not work.
Reproduction
,which actually should be
Thanks!
P.S. You might see how tsconfig-paths and tsc-alias work.
The text was updated successfully, but these errors were encountered: