You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

WatchIgnorePlugin.d.ts 272B

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