Home > @rushstack/node-core-library > INodePackageJson > files
INodePackageJson.files property
The "files" field is an array of file globs that should be included in the package during publishing.
See the NPM documentation.
Signature:
files?: string[];