Creating this issue as requested in a response to : #1552 (comment)
nodemon -v: 1.19.0
node -v: 12.0
- Operating system/terminal environment: macos
- Using Docker? What image: no
- Command you ran: see below
Expected behaviour
nodemon -r ts-node/register app.ts works just like node -r ts-node/register app.ts
Actual behaviour
Unable to compile to Typescript
Steps to reproduce
If applicable, please append the --dump flag on your command and include the output here ensuring to remove any sensitive/personal details or tokens.
Creating this issue as requested in a response to : #1552 (comment)
nodemon -v: 1.19.0node -v: 12.0Expected behaviour
nodemon -r ts-node/register app.tsworks just likenode -r ts-node/register app.tsActual behaviour
Unable to compile to Typescript
Steps to reproduce
If applicable, please append the
--dumpflag on your command and include the output here ensuring to remove any sensitive/personal details or tokens.