TypeScript setup
First install the Node into your system
Then check whether they installed it or not
node -v
After that also check npm version
npm -v
Then install typescript globally
npm install -g typescript
Then check whether type script installed or no...
typescriptsetup.hashnode.dev3 min read