I am looking to convert my JavaScript files (*.js) to TypeScript files (*.ts) in my ASP.net MVC5 application (not an Asp.net Core app). I am using Visual Studio 2015. After downloading the TypeScript Definition Files into the Scripts\typings\ folder, I noticed that when I compile the project it gives over 100 errors on the *.d.ts files. Can you provide guidance on how to resolve these errors?
The errors look similar to this: