webpack/declarations/plugins/WatchIgnorePlugin.d.ts

13 lines
285 B
TypeScript
Raw Normal View History

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