tsc-error-report
v0.0.2
Published
Analyze output of tsc and report errors
Downloads
1
Maintainers
Readme
🕵️♂️ tsc-report-analyzer
This project is under development
Instal
With pnpm
pnpm install tsc-report-analyzer
With yarn
yarn add tsc-report-analyzer
With pnpm
npm install tsc-report-analyzer
Usage
tsc --noEmit | tsc-report-analyzer
tsc --noEmit | ./node_modules/.bin/tsc-report-analyzer
Not currently supported features
- Programatic API
- Configurable
tsconfig.json
- Futurproof tsc output parser
Future ideas
- Github Actions to compute diff between 2 branches (current and target)