ProfilingPlugin.json 284 B

123456789101112
  1. {
  2. "type": "object",
  3. "additionalProperties": false,
  4. "properties": {
  5. "outputPath": {
  6. "description": "Path to the output file e.g. `profiling/events.json`. Defaults to `events.json`.",
  7. "type": "string",
  8. "absolutePath": false,
  9. "minLength": 4
  10. }
  11. }
  12. }