thdxr
10/11/2021, 8:06 PMsst start
to catch errors or do you generally rely on your editor?
Reason I'm asking is I'm seeing other code watching tools like Vite drop printing typescript errors in the console. Allows stuff to be reloaded faster if people are mostly looking at their editor. Can make it a bit trickier to find things you broke in other files thoughRoss Coundon
10/11/2021, 8:07 PMKujtim Hoxha
10/11/2021, 9:17 PMBrinsley
10/12/2021, 6:39 AMsst build
to check that I haven’t broken things outside of that, so I like seeing the errors pop up at that stage.