tsc-check
v0.0.6
Published
This tool executes the command `yarn tsc` and filters the result respecting the `exclude` key from the `tsconfig.json` file.
Readme
tsc-check
This tool executes the command yarn tsc and filters the result respecting the exclude key from the tsconfig.json file.
How to use
Run the following command in your project's root folder:
npx tsc-check@latestUse case
Avoid commits with TypeScript errors by using this tool with Husky.
