Is TypeScript More Favored Compared to Plain JavaScript?

I recently heard from a developer that learning TypeScript could be more advantageous because it is increasingly popular among programmers compared to using plain JavaScript. The suggestion was that there are more employment opportunities available for individuals skilled in TypeScript than for those who solely utilize vanilla JavaScript. Can anyone confirm if this claim is accurate? Are there truly more job roles in the market for TypeScript experts compared to traditional JavaScript developers?

Having used both languages extensively in several projects, I can say that the trend towards TypeScript is evident in many professional settings. From my own experience, teams working on large-scale applications benefit greatly from the type safety and clearer error messages it provides. Although plain JavaScript remains flexible and sufficient for rapid development or smaller projects, many organizations prefer the maintainability and scalability that comes with reusable, well-typed code. Consequently, knowing TypeScript can provide a competitive edge, particularly in environments where code reliability and clarity are paramount.