npm install
There are several ways to run the code.
- Just press F5 in vscode
- Press ctrl-shift-p and choose "Debug: Select and start debugging"
- Using the UI
Use one of the following (depends on what you like)
node --transpile-only ./src/index.ts # This one is faster!
npm start
tsc -b -v
node dist/index.js
Eslint is configured, run linting by executing:
npm run lint