ts-node-template
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i ts-node-template

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    1.07 kB

    Total Files

    2

    Last publish

    Collaborators

    • heroikk