TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: live-tsc – a fast tsc without type checking for development server

1 pointsby aabbcc1241over 2 years ago

1 comment

aabbcc1241over 2 years ago
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.