I am working on a simple nodejs app by using typescript. As I am going to deploy this app in different envs I need to tell which env file to take when building the app.
npm run build (node_modules/.bin/tsc)
Is there a way to tell tsc which env file he should take when building the app? And how do I implement that in the code?