20 lines
307 B
JSON
20 lines
307 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"name": {},
|
||
|
"regExp": {},
|
||
|
"context": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"publicPath": {},
|
||
|
"outputPath": {},
|
||
|
"useRelativePath": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"emitFile": {
|
||
|
"type": "boolean"
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": true
|
||
|
}
|