mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
19 lines
430 B
JSON
19 lines
430 B
JSON
|
|
{
|
||
|
|
"title": "WatchIgnorePluginOptions",
|
||
|
|
"description": "A list of RegExps or absolute paths to directories or files that should be ignored",
|
||
|
|
"type": "array",
|
||
|
|
"items": {
|
||
|
|
"description": "RegExp or absolute path to directories or files that should be ignored",
|
||
|
|
"oneOf": [
|
||
|
|
{
|
||
|
|
"type": "string"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"instanceof": "RegExp",
|
||
|
|
"tsType": "RegExp"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"minItems": 1
|
||
|
|
}
|