Files
flights_web_raw/node_modules/@jsdevtools/coverage-istanbul-loader/lib/options-schema.json
T

28 lines
546 B
JSON

{
"type": "object",
"properties": {
"debug": {
"type": "boolean"
},
"compact": {
"type": "boolean"
},
"autoWrap": {
"type": "boolean"
},
"esModules": {
"type": "boolean"
},
"coverageVariable": {
"type": "string"
},
"preserveComments": {
"type": "boolean"
},
"produceSourceMap": {
"type": "boolean"
}
},
"additionalProperties": true
}