André Abreu
André Abreu
Thanks a lot for the explanation. I really hope the success for this library.
jsconfig would be nice too
@letientai299 how did you fixed this issue?
`nodemon` seems to proxy to `ts-node` as `ts-node --env-file=.env src/app.ts`
Thanks @ICEatm. How the `--exec` argument can pass the `--env-file` arg to `node`? So far what is working for me: `nodemon -r dotenv/config src/main.ts` but had to add `dotenv` as...
https://github.com/square/wire