After working on my Angular project and closing the IDE last night, I encountered an odd problem today. The project doesn't seem to recognize certain libraries such as Int8Array, Int16Array, Int32Array... And many others. While the project is still able to run, I keep getting errors like Error:(39, 9) TS2304: Cannot find name '*' with the IDE underlining some methods in the code. Please take a look at this screenshot for reference: https://i.stack.imgur.com/VLwMF.png
Any ideas on how to resolve this issue would be greatly appreciated. Thank you!