mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 12:35:07 +08:00
11 lines
272 B
TypeScript
11 lines
272 B
TypeScript
|
|
/**
|
||
|
|
* 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)[];
|