mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
* #13643 Bluebird-global typings incompatible with es2015 libs. Make `bluebird-global` work nicely with es20xx ts stdlibs. Make unit tests for `bluebird-global` run with es2017 ts stdlib. This is not ideal, because I'd like the tests to run also against vanilla es5, but that's the lesser of two evils. * #13643 Bluebird-global typings incompatible with es2015 libs. Disable some tslint rules, which flag errors in the code taken from the standard ts lib. * #13643 Bluebird-global typings incompatible with es2015 libs. Move comments from tsconfig.json to index.d.ts.