Interface: FileScanOptions
Properties
Section titled “Properties”
optionalcwd?:string
Base directory used to resolve relative paths.
followSymlinks?
Section titled “followSymlinks?”
optionalfollowSymlinks?:boolean
Follow symbolic links.
Maps to: glob: follow chokidar: followSymlinks
ignore?
Section titled “ignore?”
optionalignore?:PathMatchInput| readonlyPathMatchInput[]
Ignore files or directories matching these patterns or predicates.
ignoreOptions?
Section titled “ignoreOptions?”
optionalignoreOptions?:IgnorePatternOptions
signal?
Section titled “signal?”
optionalsignal?:AbortSignal
Abort an in-progress operation.
Ignored by chokidar after the watcher has been created.