{
	"cache": false,
	"extension": [".ts"],
	"check-coverage": true,
	"include": ["src/**/*.ts", "src/**/*.js"],
	"exclude": ["src/**/*.spec.*"],
	"reporter": ["html", "text", "text-summary", "lcov"],
	"statements": 80,
	"branches": 80,
	"functions": 80,
	"lines": 80
}
