Home > @microsoft/rush-lib > IOperationSettings > outputFolderNames
IOperationSettings.outputFolderNames property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specify the folders where this operation writes its output files. If enabled, the Rush build cache will restore these folders from the cache. The strings are folder names under the project root folder.
These folders should not be tracked by Git. They must not contain symlinks.
Signature:
outputFolderNames?: string[];