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
Can this tool be configured to exclude all imports of any types (via import type) from being considered as file dependencies?
import type
The text was updated successfully, but these errors were encountered:
There is the option called noTypeDefinitions. Does that do what you want? It defaults to false, so you'll need to set it to true yourself.
noTypeDefinitions
false
https://github.com/dependents/node-dependency-tree?tab=readme-ov-file#usage
Sorry, something went wrong.
No, that doesn't work for me. I think this setting only changes the resolver path from .js files to .d.ts files.
.js
.d.ts
No branches or pull requests
Can this tool be configured to exclude all imports of any types (via
import type
) from being considered as file dependencies?The text was updated successfully, but these errors were encountered: