TypeScript | Introduction to TypeScript | Question4

Last Updated :
Discuss
Comments

What command is used to install TypeScript globally using npm?

npm install typescript

npm install -g typescript

install -g typescript

npm typescript install

Share your thoughts in the comments