I am doing some R&D of upgrading from Angular 8 to Angular 9 my application stopped working suddenly. Home page also not displaying. I received many warnings and error message of type undefined. Then I did 3 changes in my tsconfig.jston file by adding as shown below. However, application home page displaying blank. and in the console receiving vendor.js errors with warnings. Someone please help me with this, Thanks!
"noUnusedLocals": false,
"noUnusedParameters":false,
"skipLibCheck": true,