danger-plugin-istanbul-coverage
Version:
Danger.js plugin for monitoring istanbul code coverage on changed files.
17 lines (16 loc) • 400 B
JSON
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "src",
"outDir": "dist",
"allowJs": false,
"pretty": true,
"strictNullChecks": true,
"declaration": true,
"allowSyntheticDefaultImports": true
},
"lib": ["es2017"],
"include": ["src/**/*.ts", "src/**/*.tsx", "dangerfile.ts"],
"exclude": ["dangerfile.ts", "node_modules", "dist"]
}