Interface ParcelWatcherOptions

interface ParcelWatcherOptions {
    ignored: IMinimatch[];
}

Properties

Properties

ignored: IMinimatch[]