An async function or method in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your --lib option.
ts version 2.6 "target": "es5"
回复 (2)
T
Z
骚年,请在tsconfig.json 里的compilerOptions下添加 "lib": ["ES2015"]
参与回复
登录后即可参与回复。登录