Typescript cannot find name 'Promise' despite using ECMAScript 6
问题 I am currently trying to develop a node.js application in Visual Studio 2015 and it keeps telling me TS2304 Cannot find the name 'Promise' In the project settings I have ECMAScript 6 configured as build system and ES 2015 as module system. I already tried how to use es6-promises with typescript? How to use Typescript with native ES6 Promises without success, but in the second link they say that it should work with ECMAScript version set to 6, but it changes nothing for me. EDIT : I now did