{
  "all": true,
  "temp-directory": "./node_modules/.cache/nyc_output",
  "include": [
    "client/"
  ],
  "reporter": [
    "json",
    "text-summary"
  ]
}