Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 445 Bytes

File metadata and controls

13 lines (11 loc) · 445 Bytes

TypeScript Project Template for Node.js

A TypeScript project template for Node.js targeting ES2022. Includes support for debugging in VSCode.

Getting started

  1. Run npm i to install dependencies.
  2. Run npm start to run the program.

Debugging

Visual Studio Code

  1. Run npm run build in a terminal.
  2. Place a breakpoint in src/index.ts.
  3. Navigate to the Run and Debug tab.
  4. Press play to start debugging index.ts.