interface CopyOptionsBase
optional
dereference: booleanDereference symlinks
optional
errorOnExist: booleanWhen force is false, and the destination
exists, throw an error.
optional
force: booleanOverwrite existing file or directory. _The copy
operation will ignore errors if you set this to false and the destination
exists. Use the errorOnExist option to change this behavior.
optional
mode: numberModifiers for copy operation. See mode flag of copyFileSync()
optional
preserveTimestamps: booleanWhen true timestamps from src will
be preserved.
optional
recursive: booleanCopy directories recursively.
optional
verbatimSymlinks: booleanWhen true, path resolution for symlinks will be skipped