yhcliang https://github.com/stefanpenner/es6-promise在上面拿到了es6-promise.js和es6-promise.d.ts放到工程中,index.html已经引入了。但是编译无法找到Promise。求大神指点,感谢
yhcliang yhcliang @zengjoeng:我在tsconfig.json的compilerOptions中加入了 "lib": [ "es5", "dom", "es2015.promise" ], 这样在支持es6的浏览器上就会引用系统的库,否则就用项目中的引入的promise库