Skip to content

Commit dbed370

Browse files
committed
Update jsx configuration schema
1 parent 81f4b2f commit dbed370

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/docson/build-schema.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,9 @@
311311
"type": "string",
312312
"description": "JSX module. Either \"react\" for React, or (since v11.1) any valid module name to apply a generic JSX transform."
313313
},
314-
"mode": {
315-
"type": "string",
316-
"enum": ["classic", "automatic"],
317-
"description": "JSX transformation mode"
314+
"preserve": {
315+
"type": "boolean",
316+
"description": "Whether to preserve the JSX in the output. Requires `version` to be set."
318317
}
319318
},
320319
"additionalProperties": false

0 commit comments

Comments
 (0)