|
|
|
|
|
by softawre
3916 days ago
|
|
How big is your Typescript project? Because when I read the first paragraph of this I cringed and knew where they were going. We have a medium sized Typescript app (~100k lines), and it takes 7-10 seconds to transpile to JS. Whenever a change is made, that is 7-10 seconds the watch command is running and I'm not testing my changes in the webapp. In fact, a slow running grunt watch is why I'm on HN right now in the first place. |
|