{
    "reporter": [
      "json",
      "lcov",
      "text-summary"
    ],
    "include":[
        "lib/**/*.ts"
    ]
    "exclude": [
      "**/test/**/*.*"
      "**/data"
    ]
  }
