UNPKG

602 BJSONView Raw
1
2{
3 "type": "object",
4 "properties": {
5 "hmr": {
6 "type": "boolean"
7 },
8 "base": {
9 "type": "number"
10 },
11 "attrs": {
12 "type": "object"
13 },
14 "insertAt": {
15 "type": ["string", "object"]
16 },
17 "insertInto": {
18 "anyOf": [
19 { "type": "string" },
20 { "instanceof": "Function" }
21 ]
22 },
23 "transform": {
24 "type": "string"
25 },
26 "singleton": {
27 "type": "boolean"
28 },
29 "sourceMap": {
30 "type": "boolean"
31 },
32 "convertToAbsoluteUrls": {
33 "type": "boolean"
34 }
35 },
36 "additionalProperties": false
37}