https://github.com/Microsoft/TypeScript/blob/9706f1729e9c41c9af901c279367dec0ab1093d1/src/lib/esnext.d.ts
/// <reference lib="es2018" />
/// <reference lib="esnext.asynciterable" />
/// <reference lib="esnext.array" />
/// <reference lib="esnext.symbol" />
/// <reference lib="esnext.intl" />
Currently Symbol.asyncIterator is in esnext but it should be in es2018.
https://github.com/Microsoft/TypeScript/blob/9706f1729e9c41c9af901c279367dec0ab1093d1/src/lib/esnext.d.ts
Currently Symbol.asyncIterator is in esnext but it should be in es2018.