TypeScript | Introduction to TypeScript | Question6

Last Updated :
Discuss
Comments

How do you compile a TypeScript file named script.ts?

tsc script.ts

node script.ts

compile script.ts

typescript script.ts

Share your thoughts in the comments