kamack38/Typescript type coverage
📊 Get type coverage of your typescript code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| tsConfigPath | Path to tsconfig.json file | no | . |
| strict | Enable strict mode | no | false |
| debug | Enable debug mode | no | false |
| ignoreFiles | Glob pattern with files to ignore (line separated) | no | — |
| threshold | Type coverage threshold | no | 99 |
| ignoreCatch | Ignore type any for (try-)catch clause variable | no | false |
| ignoreUnread | Allow writes to variables with implicit any types | no | false |
Outputs
no outputs