Using Typescript 2.0.10 in Visual Studio 2015, I can build my project fine, but when editing a *.ts file, Visual Studio complains every time I use Promise:
Any idea how to convince VS2015 that yes, Promise is a real thing?
Using Typescript 2.0.10 in Visual Studio 2015, I can build my project fine, but when editing a *.ts file, Visual Studio complains every time I use Promise:
Any idea how to convince VS2015 that yes, Promise is a real thing?