1.1.0 • Published 5 years ago
make-tsnode-app v1.1.0
Node TypeScript Template with Building,
- 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
Debugging with Visual Studio Code
- Set a breakpoint in your code ending in
.tsor your test ending in.spec.ts - Run Either
src/index.tsorAll Testsin the debug pane.