v1.0.0
Initial release of the tool.
Features:
- Parse TSC errors from standard input (stdin)
--init
CLI option to initialize the configuration files (ignored errors and loosely type-checked
files)- CLI options to customize the paths to configuration files
--auto-update
CLI option to automatically update the list of loosely type-checked files when
some file from no longer needs errors to be ignored
Engineering:
- Some unit tests using jest
- CI using GitHub Actions
- Compilation using TypeScript
- Formatting using prettier