I'd pay for a 100x faster TypeScript parser / compiler with full AST access like https://ts-morph.com/ (that uses `tsc` under the hood, iirc). For just the typechecking part, no (I don't know if you can write a typechecker without going to AST, though).