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)
Z
骚年,请在tsconfig.json 里的compilerOptions下添加 "lib": ["ES2015"]
T
引用 zhhb骚年,请在tsconfig.json 里的compilerOptions下添加 "lib": ["ES2015"]
@zhhb 多谢 正在学习ts,谢谢指导
参与回复
登录后即可参与回复。登录