We've built a new type-stripping compiler for TypeScript source: `ts-blank-space`
It's:
* 5.6x faster than `tsc` due to zero-codegen
* Written in TypeScript
* Uses the official TypeScript parser
* Accurate/preserved source locations
* In used in production
It uses the same novel approach that inspired Node 22.6.0's `--experimental-strip-types` functionality, released last month
Clearly you can’t eliminate the syntax checking correct?