Open DylanSp opened 8 months ago
Potentially add tsx as a dev dependency to easily run Typescript files.
tsx
tsx can apparently handle ESM better than ts-node.
Related: https://github.com/DylanSp/typescript-node-starter/issues/9, https://github.com/DylanSp/typescript-node-starter/issues/33.
Potentially add
tsx
as a dev dependency to easily run Typescript files.tsx
can apparently handle ESM better than ts-node.