Nicholas Pretorius
Nicholas Pretorius
I believe this is a valid issue. As mentioned, [#2508](https://github.com/TypeStrong/ts-node/issues/2058) provides a workaround, however, --env-file config option does not seem to be supported in ts-node yet. ts-node throws an error...
For Webstorm, [this](https://github.com/nestjs/typescript-starter/issues/30#issuecomment-389598176) might help. Might be worth trying to combine it with the nodemon-debug info below: For VS Code, take a look at [nodemon-debug.json](https://github.com/nestjs/typescript-starter/blob/master/nodemon-debug.json) from the Nest.js Typescript Starter....