Skip to content

Interface: FileScanOptions

optional cwd?: string

Base directory used to resolve relative paths.


optional followSymlinks?: boolean

Follow symbolic links.

Maps to: glob: follow chokidar: followSymlinks


optional ignore?: PathMatchInput | readonly PathMatchInput[]

Ignore files or directories matching these patterns or predicates.


optional ignoreOptions?: IgnorePatternOptions


optional signal?: AbortSignal

Abort an in-progress operation.

Ignored by chokidar after the watcher has been created.