Home > @rushstack/node-core-library > IFileSystemCopyFilesAsyncOptions > dereferenceSymlinks
IFileSystemCopyFilesAsyncOptions.dereferenceSymlinks property
If true, then when copying symlinks, copy the target object instead of copying the link.
Signature:
dereferenceSymlinks?: boolean;