Similarly: TypeScript, despite what Node people might want you to believe, is not part of the JavaScript language.
In fact, the team has back pedaled into trying to make its own thing like in the early days.
I've always used ts-node, so I forgot about tsx's existence, but still those are just tools used for convenience.
Nothing currently actually runs TypeScript natively and the blessed way was always to compile it to JS and run that.