@tdb/web
Version:
Common condiguration for serving a web-site and testing web-based UI components.
33 lines (32 loc) • 641 B
JSON
{
"type": "object",
"properties": {
"test": {},
"include": {},
"exclude": {},
"cache": {
"oneOf": [{ "type": "boolean" }, { "type": "string" }]
},
"cacheKeys": {
"instanceof": "Function"
},
"parallel": {
"oneOf": [{ "type": "boolean" }, { "type": "integer" }]
},
"sourceMap": {
"type": "boolean"
},
"minify": {
"instanceof": "Function"
},
"terserOptions": {
"additionalProperties": true,
"type": "object"
},
"extractComments": {},
"warningsFilter": {
"instanceof": "Function"
}
},
"additionalProperties": false
}