istanbul-instrumenter-loader
Version:
Istanbul instrumenter loader for webpack
28 lines (27 loc) • 440 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
}