typescript-coverage-report
typescript-coverage-report copied to clipboard
Suggestion: add config files
Is your feature request related to a problem? Please describe. Especially if we start increasing the number of options, a config file will be very useful - especially in CI/CD.
Describe the solution you'd like
Merge the options using them in this order: Object.assign({}, defaultOptions, configOptions, cliOptions)
Describe alternatives you've considered I had a look at all the "read config" packages and not really happy with any of those. Might do my own lol.
@alexcanessa - as a side note to separate packages: https://github.com/jaredpalmer/tsdx
+1 typescript-coverage-report misses cli config options from is base package: https://github.com/plantain-00/type-coverage