The biggest reason I prefer working in TypeScript over typed alternatives...
The biggest reason I prefer working in TypeScript over typed alternatives like C# or Java: Bare functions.
In C# and Java, everything has to be a class.
In TypeScript, I can write mostly pure functions, and compose them as needed.