683
In case you forgot.
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
TS is “better” but often I feel like just configuring typescript takes up a significant amount of the time you save by using it.
It gets easier the more you do it but ts needed a default official config to start things up with.
Hahaha exactly! I feel like every time I start a new TS project, I start by copying the tsconfig from an existing one
This. I actually have template which I'm using for all my small projects.
Yeah, i feel the same but it is at least configurable and not terrible configurable like python