01ef5da22c52135874a3aa949013b4c1749f41aa2cdd6064f15c9ded82c38d2e4218f7fb8bef40ef88906331686696230ccfe4e994b3f4425d0bebb41651ce 279 B

123456789101112
  1. /**
  2. * This file was automatically generated.
  3. * DO NOT MODIFY BY HAND.
  4. * Run `yarn special-lint-fix` to update
  5. */
  6. export interface ProfilingPluginOptions {
  7. /**
  8. * Path to the output file e.g. `profiling/events.json`. Defaults to `events.json`.
  9. */
  10. outputPath?: string;
  11. }