1.0.1 • Published 3 years ago

ts-node-template v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Node TypeScript Template with Building,

  1. To build npm run build
  2. To run npm run start
  3. To run TS in Watch mode npm run ts-watch
  4. To run JS in Watch mode npm run js-watch

Debugging with Visual Studio Code

  1. Set a breakpoint in your code ending in .ts or your test ending in .spec.ts
  2. Run Either src/index.ts or All Tests in the debug pane.