webhook-action/node_modules/tsconfig-paths/.nycrc.json

9 lines
165 B
JSON

{
"include": ["src/**/*.{ts,tsx}"],
"exclude": ["src/register.ts"],
"extension": [".ts", ".tsx"],
"reporter": ["json"],
"sourceMap": true,
"all": true
}