What is amd in typescript?
How does typescript support optional parameters in function as in javascript every parameter is optional for a function?
What are typescript public, private, protected and readonly modifiers?
What are the modules typescript?
What is default visibility for properties/methods in typescript classes?
Is it possible to compile .ts automatically with real-time changes in the .ts file?
What is typescript and why one should use it?
How to compile a typescript file?
What is the export class in typescript?
How to install typescript on windows?
What is an interface in typescript?
Is it possible to merge multiple .ts files into a single .js file?
Explain relative vs. Non-relative module imports.