kellenff/ts-geiger
Generate reports of type-unsafe code in TS projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| srcDirectory | Directory to check | no | ./src |
Outputs
| name | description |
|---|---|
| tsIgnoreCount | The number of lines affected by @ts-ignore |
| tsExpectErrorCount | The number of lines affected by @ts-expect-error |
| totalLineCount | The total number of lines read |