- To build
npm run build
- To run
npm run start
- To run TS in Watch mode
npm run ts-watch
- To run JS in Watch mode
npm run js-watch
- Set a breakpoint in your code ending in
.ts
or your test ending in.spec.ts
- Run Either
src/index.ts
orAll Tests
in the debug pane.