12345678910111213141516171819 |
- {
- "type": "object",
- "properties": {
- "name": {},
- "regExp": {},
- "context": {
- "type": "string"
- },
- "publicPath": {},
- "outputPath": {},
- "useRelativePath": {
- "type": "boolean"
- },
- "emitFile": {
- "type": "boolean"
- }
- },
- "additionalProperties": true
- }
|