aboutsummaryrefslogtreecommitdiff
path: root/node_modules/webpack/declarations/plugins/WatchIgnorePlugin.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/webpack/declarations/plugins/WatchIgnorePlugin.d.ts')
-rw-r--r--node_modules/webpack/declarations/plugins/WatchIgnorePlugin.d.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/node_modules/webpack/declarations/plugins/WatchIgnorePlugin.d.ts b/node_modules/webpack/declarations/plugins/WatchIgnorePlugin.d.ts
new file mode 100644
index 00000000..05c85750
--- /dev/null
+++ b/node_modules/webpack/declarations/plugins/WatchIgnorePlugin.d.ts
@@ -0,0 +1,10 @@
+/**
+ * This file was automatically generated.
+ * DO NOT MODIFY BY HAND.
+ * Run `yarn special-lint-fix` to update
+ */
+
+/**
+ * A list of RegExps or absolute paths to directories or files that should be ignored
+ */
+export type WatchIgnorePluginOptions = (string | RegExp)[];