2020-05-12 21:58:14 +08:00
|
|
|
/*
|
2018-09-18 19:57:44 +08:00
|
|
|
* This file was automatically generated.
|
|
|
|
* DO NOT MODIFY BY HAND.
|
2025-05-02 00:16:09 +08:00
|
|
|
* Run `yarn fix:special` to update
|
2018-09-18 19:57:44 +08:00
|
|
|
*/
|
|
|
|
|
2019-08-08 00:15:41 +08:00
|
|
|
export interface WatchIgnorePluginOptions {
|
|
|
|
/**
|
2020-03-09 21:14:44 +08:00
|
|
|
* A list of RegExps or absolute paths to directories or files that should be ignored.
|
2019-08-08 00:15:41 +08:00
|
|
|
*/
|
2020-10-29 03:51:08 +08:00
|
|
|
paths: (RegExp | string)[];
|
2019-08-08 00:15:41 +08:00
|
|
|
}
|