TypeError: Unknown file extension ".ts"
I've started a fresh T3-stack project and got this error when trying to run
ts-node
on any .ts
file.
err:
my package.json (removed some lines becaue of Discord's limits)
Solution:Jump to solution
GitHub
GitHub - privatenumber/tsx: ⚡️ TypeScript Execute | The easiest way...
⚡️ TypeScript Execute | The easiest way to run TypeScript in Node.js - privatenumber/tsx
2 Replies
Solution
GitHub
GitHub - privatenumber/tsx: ⚡️ TypeScript Execute | The easiest way...
⚡️ TypeScript Execute | The easiest way to run TypeScript in Node.js - privatenumber/tsx
Yeah, TSX just works. Thanks.