A TypeScript project template for Node.js targeting ES2022. Includes support for debugging in VSCode.
- Run
npm i
to install dependencies. - Run
npm start
to run the program.
- Run
npm run build
in a terminal. - Place a breakpoint in
src/index.ts
. - Navigate to the Run and Debug tab.
- Press play to start debugging
index.ts
.