add boolean type to experimental option

This commit is contained in:
Sebastian McKenzie 2015-06-05 22:36:16 +01:00
parent 0f4ea2d2a6
commit cfe844fa39

View File

@ -47,6 +47,7 @@
},
"experimental": {
"type": "boolean",
"description": "allow use of experimental transformers",
"default": false
},