Interface ParcelWatcherOptions

interface ParcelWatcherOptions {
    ignored: Minimatch[];
}

Properties

Properties

ignored: Minimatch[]