#2092·ts-node

add --env-file environment variable similar to node v:20.6.0

Author: sumitbhanushaliCreated Nov 23, 2023Updated May 24, 2026

Desired Behavior

since v:20.6.0, nodejs natively supports .env files for loading environment variables. I use ts-node for development purposes and intend to not use dotenv package.

Is this request related to a problem?

Alternatives you've considered

Additional context