I\'m trying to run a dev server with TypeScript and an Angular application without transpiling ts files every time. I found that I can do the running with ts-node
ts-node
I've dumped nodemon and ts-node in favor of a much better alternative, ts-node-dev https://github.com/whitecolor/ts-node-dev
nodemon
ts-node-dev
Just run ts-node-dev src/index.ts
ts-node-dev src/index.ts