source: imaps-frontend/node_modules/babel-loader/lib/schema.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 460 bytes
RevLine 
[79a0317]1{
2 "type": "object",
3 "properties": {
4 "cacheDirectory": {
5 "oneOf": [
6 {
7 "type": "boolean"
8 },
9 {
10 "type": "string"
11 }
12 ],
13 "default": false
14 },
15 "cacheIdentifier": {
16 "type": "string"
17 },
18 "cacheCompression": {
19 "type": "boolean",
20 "default": true
21 },
22 "customize": {
23 "type": "string",
24 "default": null
25 }
26 },
27 "additionalProperties": true
28}
Note: See TracBrowser for help on using the repository browser.