• jvisick@programming.dev
    link
    fedilink
    arrow-up
    16
    arrow-down
    1
    ·
    9 months ago

    TS is “better” but often I feel like just configuring typescript takes up a significant amount of the time you save by using it.

    • ______@lemm.ee
      link
      fedilink
      arrow-up
      5
      ·
      9 months ago

      It gets easier the more you do it but ts needed a default official config to start things up with.

      • ADTJ@feddit.uk
        link
        fedilink
        arrow-up
        2
        ·
        9 months ago

        Hahaha exactly! I feel like every time I start a new TS project, I start by copying the tsconfig from an existing one

        • PeWu@lemmy.ml
          link
          fedilink
          arrow-up
          2
          ·
          9 months ago

          This. I actually have template which I’m using for all my small projects.

    • Rooki@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      Yeah, i feel the same but it is at least configurable and not terrible configurable like python