How to run TypeScript files without converting to JS

$ npx --yes ts-node PATH

Or setup an alias:

alias ts='npx --yes ts-node'