ts-ignorer
v0.0.13
Published
Ignore typescript errors with ease.
Downloads
4
Readme
ts-ignorer
Ignore typescript errors with ease.
Usage
npx ts-ignorer (--dry-run)
Input & Output
sample input:
const x: string = 2;
sample output:
// @ts-ignore
const x: string = 2;