I can only see `TZ` property on the `process.env` ...
# help
ö
I can only see
TZ
property on the
process.env
object. Why is that?
r
In think you'd need to add a process.d.ts file to have process.env properties to show in intellisense
ö
I created the application with
npx create-serverless-stack@latest my-app --use-yarn --language typescript
But they are already present in a regular TypeScript project when I add
@types/node
, or something even without it. I am not expecting to see that environment variables that I defined, however, there are tons of variables that Node defines, and they must be present
r
Do you have @types/node installed here?
ö
Is it similar for you as well? @Ross Coundon
r
I only see my own, I don't think I've ever seen any node defined env vars
in any project
ö
I guess you are right lol