{ "all": true, "cache": false, "instrument": true, "extends": "@istanbuljs/nyc-config-typescript", "reporter": ["html", "lcov", "text", "text-summary", "cobertura"], "report-dir": "./coverage", "include": [ "src/**" ], "exclude": [ "test/**", "output/**" ], "extension": [ ".ts" ] }