CHIRAG KUMARichiragkumar.techยทApr 26, 2024How to install typescriptGlobally Installing TypeScript You can use npm to install TypeScript globally, this means that you can use the tsc command anywhere in your terminal npm install -g typescript To run typescript npx tsc Check Typescript version tsc -v You might ...TypeScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.