Hacker News new | past | comments | ask | show | jobs | submit login

In my private projects I always write in JavaScript and provide static typing using JSDoc comments (which typescript can check). Then I run the type checker with `--noEmit`. I have yet to run into a problem with this approach.



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

Search: