webhook-action/node_modules/tsconfig-paths/.nycrc.json
2020-08-26 09:57:08 +10:00

9 lines
165 B
JSON

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