JsonModulesPluginGenerator.json 268 B

1234567891011
  1. {
  2. "title": "JsonModulesPluginGeneratorOptions",
  3. "type": "object",
  4. "additionalProperties": false,
  5. "properties": {
  6. "JSONParse": {
  7. "description": "Use `JSON.parse` when the JSON string is longer than 20 characters.",
  8. "type": "boolean"
  9. }
  10. }
  11. }