{
  "extends": "@istanbuljs/nyc-config-typescript",
  "all": true,
  "reporter": [
    "text",
    "lcov"
  ],
  "include": [
    "src"
  ]
}
