/typescript-node-template

An out of the box project using node and typescript

Primary LanguageTypeScript

typescript-node-template

This is an out of the box project using node and typescript. Default module resolution is ESM.

Run

pnpm install
pnpm start

Alternatively using ts-node-esm

pnpm start:ts-node-esm

Tools based on this template