source: trip-planner-front/node_modules/@jsdevtools/coverage-istanbul-loader/lib/options-schema.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 546 bytes
Line 
1{
2 "type": "object",
3 "properties": {
4 "debug": {
5 "type": "boolean"
6 },
7 "compact": {
8 "type": "boolean"
9 },
10 "autoWrap": {
11 "type": "boolean"
12 },
13 "esModules": {
14 "type": "boolean"
15 },
16 "coverageVariable": {
17 "type": "string"
18 },
19 "preserveComments": {
20 "type": "boolean"
21 },
22 "produceSourceMap": {
23 "type": "boolean"
24 }
25 },
26 "additionalProperties": true
27}
Note: See TracBrowser for help on using the repository browser.