What are the different components of typescript?



What are the different components of typescript?..

Answer / Vineet Gupta

"TypeScript has several components, including the TypeScript compiler (tsc), which transcompiles TypeScript code into JavaScript; the TypeScript definition manager (tsd), which manages type definitions for libraries and helps to provide IntelliSense in editors; and TypeScript itself, which is a typed superset of JavaScript that adds optional types, classes, interfaces, and modules."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More TypeScript Interview Questions

What is an interface in typescript?

1 Answers  


List type of decorators available in typescript?

1 Answers  


What are the data types in typescript?

1 Answers  


How to compile a typescript file?

1 Answers  


What do you understand by classes in typescript?

1 Answers  


What are mixins in typescript?

1 Answers  


How is typescript different from javascript?

1 Answers  


How to extends two classes in typescript?

1 Answers  


How does typescript support optional parameters in function as in javascript every parameter is optional for a function?

1 Answers  


What are modules in typescript?

1 Answers  


What is declaration merging?

1 Answers  


What is the prototype in typescript?

1 Answers  


Categories