My Angular website (not a computer science project) is integrated into a solution, causing Visual Studio 2019 to generate multiple TypeScript compilation errors while working on other projects within the same solution. You can see examples of these errors in the images linked below:
https://i.stack.imgur.com/5cNQq.png
https://i.stack.imgur.com/TGLA4.png
I managed to find a workaround for disabling TypeScript compilation by Visual Studio when Angular project files are included in a project, which you can view here: . However, I have not been able to find a solution specifically for websites.