TYPESCRIPT Interview Practice #4

Q1. Is it possible to compile .ts automatically with real time changes in .ts file?







Q2. Is it possible to generate TypeScript declaration files from JS library?







Q3. What does the 'Record' type do?







Q4. When to use the 'unknown' keyword?