Typing process.env automatically with this VSC extension
what's up typescript enthusiasts ๐
tired from writing types for your env variables to get a type-safe version of process.env as seen in this tutorial?
Setup
1- Install @types/node in your project
$ yarn add @types/node -D
// or using npm
$ npm i @...
yassineldeeb.hashnode.dev2 min read