1.0.1 • Published 5 years ago
ts-node-template v1.0.1
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.