Hacker News new | ask | show | jobs
by eljs 3375 days ago
Must be something with your setup, tsc is known to be quite fast. Maybe try using it with the watcher? "tsc -w" and you'll never need to compile more than one file at a time.