KC's Workspace
    Preparing search index...
    interface WatcherOptions {
        allowInputInsideOutputPath?: boolean;
        buildDelay?: number;
        chokidar?: ChokidarOptions;
        clearScreen?: boolean;
        exclude?: string | RegExp | (string | RegExp)[];
        include?: string | RegExp | (string | RegExp)[];
        onInvalidate?: (id: string) => void;
        skipWrite?: boolean;
    }
    Index

    Properties

    allowInputInsideOutputPath?: boolean
    buildDelay?: number
    chokidar?: ChokidarOptions
    clearScreen?: boolean
    exclude?: string | RegExp | (string | RegExp)[]
    include?: string | RegExp | (string | RegExp)[]
    onInvalidate?: (id: string) => void
    skipWrite?: boolean