UNPKG

react-monaco-editor

Version:
17 lines (16 loc) 363 B
{ "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" } ] }, "minItems": 1 }