I'm working on an ASP.NET project with C # in Visual Studio 2015 and I came across error in the index.d.ts
file. The error messages are Cannot find name 'Record'
and Cannot find name 'undefined'
. I saw that there would be some error related to TypeScript, but I do not know what exactly. Can you give me a help? Thank you.