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

In my experience using webpack, once you’ve configured incremental builds, the only slow part is TypeScript type checking. That’s solved by doing it async and having the dev build be compile only. Even a huge project builds after a single file change faster than you can notice.


Could you share a link or keyword about async type checking and 'compile only'?


See the sibling comment.


Can you elaborate on how to configure TS to run type check asynchronously?





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

Search: