Home > @rushstack/package-extractor > IExtractorDependencyConfiguration > patternsToInclude
IExtractorDependencyConfiguration.patternsToInclude property
A list of glob patterns to include when extracting this dependency. If a path is matched by both "patternsToInclude" and "patternsToExclude", the path will be excluded. If undefined, all paths will be included.
Signature:
patternsToInclude?: string[];