Sha256: c6919829894f18e6f015b9fedfc6e386e5a2970bcb9574511f7e3fd1afac789d
Contents?: true
Size: 430 Bytes
Versions: 26
Compression:
Stored size: 430 Bytes
Contents
{ "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 }
Version data entries
26 entries across 25 versions & 8 rubygems