01What does the 'target' option in tsconfig.json control?
02Which flag prevents you from using 'any' accidentally when TS can't infer a type?
03What is the purpose of 'esModuleInterop: true'?
04What does the 'outDir' option specify?
05Which property in tsconfig.json allows you to specify which files should be ignored by the compiler?