typescript-transpile-only
typescript-transpile-only copied to clipboard
`tsc` CLI that skips typechecking.
Results
2
typescript-transpile-only issues
Sort by
recently updated
recently updated
newest added
Not a bug, just a comment / datapoint: In my project (2186 files) the new tsc incremental build option is faster than turning off type checking. tsc-transpile-only builds in about...
If I `tsc-transpile-only --project ./doesnotexist` it still works. I'm pretty sure I should see an error.