01What is a 'Barrel' file in TypeScript?
02What is the purpose of a '.d.ts' file?
03Which keyword is used to declare global variables or modules that exist outside your TS code?
04How do you define a 'Path Alias' in tsconfig.json?
05What is an 'Ambient Module'?