I have woken up and opened VS Code today just like any other weekday, and to my surprise ALL of my imports now have errors.
Any import at the top of typescript pages all have red lines underneath with the error message: "Cannot find module 'module_name_here'. ts(2307)".
Even imports from @ionic/angular give errors. What has happened here and how do I resolve this? Thanks