live-tsc is a lightweight typescript transpiler. It recursively use esbuild to trim off the types (without type checking).<p>It can improve build time on slow machine. You can still get type-error message from IDE so it should speed up iteration cycle without compromise.