I think the anti-Typescript movement is JavaScript web developers who have never used a statically typed language before and are too lazy to learn it.
Typescript does three things that greatly improve DX:
1. It catches type errors across multiple files if you change something
2. It self-documents the code
3. It allows auto-complete suggestions for properties and static links to imported files.
These are three things I just absolutely could not live without.