I'm sorry if the title isn't easily understandable at one glance. But I'm having very weird behaviour in my visual studio code. I'm seeing errors for very weird things like:
[ts] Cannot find name 'constructor'
and many more. The errors started after I edited the code on another computer and pushed to git. On my main computer, I pulled from my git repo. The files came with many weird characters which i had to remove manually. All other files are working fine, but this specific file, verify.component.ts is showing weird behaviour. Someone help me please!! Thank you

