TimMikeladze/tsc-baseline
🌡️ Creates a baseline of TypeScript errors and compares new errors against it. This is useful for reducing noise in TypeScript projects which have a lot of pre-existing errors. This tool will filter out all existing errors and only show new type-errors introduced by your changes.
TypeScriptMIT
Issues
- 3
Running on a pipeline exits with code 1
#34 opened by vitxd - 0
Dependency Dashboard
#1 opened by renovate - 0
- 0
Don't show new errors when the types are the same, but the object keys are reordered
#31 opened by wdoug - 1
- 0
Add tests for the CLI
#25 opened by wdoug - 3
When new errors are found, the report no longer includes the line and column numbers
#27 opened by BrianBasor - 0
- 1
- 1
- 2
`check` error exit code when it fails
#16 opened by wdoug - 3
- 0
It would be nice to have the .tsc-baseline.json file pretty printed for git diffs
#17 opened by wdoug