Skip to content

Commit 0d0333d

Browse files
committed
Add missing toplevel "jsx" to build schema.
See #5646
1 parent b054f51 commit 0d0333d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/docson/build-schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,10 @@
438438
"type": "boolean",
439439
"description": "Ignore generators, cut the dependency on generator tools"
440440
},
441+
"jsx": {
442+
"$ref": "#/definitions/jsx-specs",
443+
"description": "Configuration for the JSX transformation."
444+
},
441445
"reason": {
442446
"$ref": "#/definitions/reason-specs",
443447
"description": "ReScript comes with [Reason](http://reasonml.github.io/) by default. Specific configurations here."

0 commit comments

Comments
 (0)