{
  "$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
  "packageManager": "npm",
  "reporters": ["clear-text", "progress", "html"],
  "testRunner": "mocha",
  "mochaOptions": {
    "spec": ["test/**/*.ts"]
  },
  "coverageAnalysis": "perTest",
  "mutate": ["src/**/*.ts"],
  "buildCommand": "npm run build",
  "thresholds": {
    "high": 90,
    "low": 80,
    "break": 0
  },
  "disableTypeChecks": false,
  "ignorePatterns": [
    "coverage",
    "plugin",
    "reports",
    ".stryker-tmp",
    "node_modules/.cache"
  ],
  "timeoutMS": 30000
}
