Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Typescript already has transpile-only mode that lets it run without performing those checks and just emit.

I use it with ts-node all the time for my docker images that require fast startup.

node -r ts-node/register/transpile-only xyz.ts



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: