TypeScript Version: 2.3.4
Code
The browser Intersection Observer API defines these on the window:
window.IntersectionObserver
window.IntersectionObserverEntry
Expected behavior:
These should be defined in the DOM lib typings.
Actual behavior:
They are not defined, so I get type errors.