Intl.ListFormat
V8 has supported `Intl.ListFormat` since version 7.2, but TypeScript doesn't have typings for it yet. This PR manually adds those typings, copying them from microsoft/TypeScript#47254.
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>