{
  "$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
  "packageManager": "pnpm",
  "buildCommand": "pnpm run compile",
  "concurrency": 4,
  "coverageAnalysis": "perTest",
  "dashboard": {
    "reportType": "mutationScore"
  },
  "dryRunTimeoutMinutes": 10,
  "ignoreStatic": true,
  "inPlace": true,
  "plugins": ["@stryker-mutator/mocha-runner"],
  "reporters": ["html", "dashboard", "progress", "json"],
  "testRunner": "mocha",
  "timeoutFactor": 0.1
}