UNPKG

272 BTypeScriptView Raw
1/**
2 * This file was automatically generated.
3 * DO NOT MODIFY BY HAND.
4 * Run `yarn special-lint-fix` to update
5 */
6
7/**
8 * A list of RegExps or absolute paths to directories or files that should be ignored
9 */
10export type WatchIgnorePluginOptions = (string | RegExp)[];