Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Optional settings:
- If set, only these modules and their dependencies (direct and transitive) will be included in the graph.
- If not set, all modules are considered root modules, which means the graph will include all modules and their dependencies.
- This is useful when you want to focus on a specific part of your project's dependency structure.
- **includeIndependentModules**: Whether to include modules with no connections (no dependencies and no dependants) in the graph. Default is `false`.
- **includeIsolatedModules**: Whether to include modules with no connections (no dependencies and no dependants) in the graph. Default is `false`.

### Multiple graphs

Expand Down
Loading