Who hasn't wondered how runtimes like Deno can run TypeScript natively? When will it come to Node? When will we be able to run native TypeScript an...
For further actions, you may consider blocking this person and/or reporting abuse
for Node.js v20.6.0 and above, we can use this,
node --env-file=.env --import=tsx --watch ./src/index.tsAnd can I import custom tsconfig.json like .env?
yes, "--loader" is deprecated on node 20.6.0