Home > @rushstack/package-extractor > IExtractorProjectConfiguration > patternsToInclude
IExtractorProjectConfiguration.patternsToInclude property
A list of glob patterns to include when extracting this project. 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[];