Watcher options

interface WatcherOptions {
    componentId?: string;
    cwd?: string;
    maxErrors?: number;
    name?: string;
    watchPath?: string | string[];
}

Properties

componentId?: string

The component identifier

cwd?: string

The base path to use

maxErrors?: number

Max number of errors to store

name?: string

The name of the watcher

watchPath?: string | string[]

The path to watch