This doesn't work: ```json { "noHeader": true } ``` But this does: ```json { "noHeader": "true" } ``` This is inconsistent with TS boolean options.
This doesn't work:
{ "noHeader": true }But this does:
{ "noHeader": "true" }This is inconsistent with TS boolean options.