34 lines
553 B
JSON
34 lines
553 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"config": {
|
|
"type": "object",
|
|
"properties": {
|
|
"path": {
|
|
"type": "string"
|
|
},
|
|
"ctx": {
|
|
"type": "object"
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
},
|
|
"exec": {
|
|
"type": "boolean"
|
|
},
|
|
"parser": {
|
|
"type": "string"
|
|
},
|
|
"syntax": {
|
|
"type": "string"
|
|
},
|
|
"stringifier": {
|
|
"type": "string"
|
|
},
|
|
"sourceMap": {
|
|
"type": [ "string", "boolean" ]
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|