Typing process.env automatically with this VSC extension
Dec 5, 2021 · 2 min read · 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 @...
Join discussion