{
  "$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
  "coverageAnalysis": "perTest",
  "files": [
    ".tmp/**/*.js"
  ],
  "mutate": [
    ".tmp/**/*.js",
    "!.tmp/**/*.test.js"
  ],
  "mutator": "javascript",
  "packageManager": "yarn",
  "reporters": [
    "html",
    "clear-text",
    "progress",
    "dashboard"
  ],
  "testFramework": "mocha",
  "testRunner": "mocha",
  "transpilers": []
}
