interface WatchOptions {
    excludes: string[];
    recursive: boolean;
}

Properties

Properties

excludes: string[]
recursive: boolean