I am struggling to configure my typescript setup to properly read data from the .env file. For some reason, the variable ${string} is not being recognized in this context.
const MONGO_URL='mongodb+srv://${MONGO_USERNAME}:${MONGO_PASSWORD}@cluster0.r25lk3v.mongodb.net/?retryWrites=true&w=majority';