This tool executes the command yarn tsc
and filters the result respecting the exclude
key from the tsconfig.json
file.
Run the following command in your project's root folder:
npx tsc-check@latest
Avoid commits with TypeScript errors by using this tool with Husky.