Manifish_Destiny@lemmy.world to Programmer Humor@lemmy.ml · 2 years agoIn case you forgot.lemmy.worldimagemessage-square50fedilinkarrow-up1603arrow-down149
arrow-up1554arrow-down1imageIn case you forgot.lemmy.worldManifish_Destiny@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square50fedilink
minus-squarejvisick@programming.devlinkfedilinkarrow-up5·2 years agoTS is “better” but often I feel like just configuring typescript takes up a significant amount of the time you save by using it.
minus-square______@lemm.eelinkfedilinkarrow-up3·2 years agoIt gets easier the more you do it but ts needed a default official config to start things up with.
minus-squareADTJ@feddit.uklinkfedilinkarrow-up2·2 years agoHahaha exactly! I feel like every time I start a new TS project, I start by copying the tsconfig from an existing one
minus-squarePeWu@lemmy.mllinkfedilinkarrow-up2·2 years agoThis. I actually have template which I’m using for all my small projects.
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.