DylanSp / typescript-node-starter

A template for writing TypeScript/Node projects.
MIT License
1 stars 1 forks source link

Add tsx for easily running TypeScript files #34

Open DylanSp opened 8 months ago

DylanSp commented 8 months ago

Potentially add tsx as a dev dependency to easily run Typescript files.

tsx can apparently handle ESM better than ts-node.

DylanSp commented 8 months ago

Related: https://github.com/DylanSp/typescript-node-starter/issues/9, https://github.com/DylanSp/typescript-node-starter/issues/33.