I wanna start moving our team towards JS with types, but TS seemed like too big a change to make. Considered Flow, until I found out about // @ts-check
, which allows tsc
to typecheck specific JS files! Looks like there’s a great on-ramp to TS
I wanna start moving our team towards JS with types, but TS seemed like too big a change to make. Considered Flow, until I found out about // @ts-check
, which allows tsc
to typecheck specific JS files! Looks like there’s a great on-ramp to TS