본문 바로가기
BackEnd FrontEnd/ANGULAR&TYPESCRIPT

에러났을때 An async function or method in ES5/ES3 requires the 'Promise' constructor

by forkballpitch 2019. 3. 4.
728x90
728x90

Solution without editing the project sources

I had this problem with IntelliJ and resolved by changing my IDE settings:

Settings -> Language & Frameworks -> TypeScript

then in the "Options" field add:

--lib es2015


728x90
728x90