Visual Studio Error - Can not find name 'Record'

2

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.

    
asked by anonymous 03.01.2018 / 17:49

1 answer

1

Updates the TypeScript to a more up-to-date version.

This link has the file for VS2015: link

    
18.02.2018 / 18:42