Are there any updated versions of lib.dom.d.ts
? The current one is missing a lot of essential information, causing numerous compilation errors.
For example, consider this line:
window.File && window.FileReader && window.FileList && window.Blob
It already shows 3 errors (only Blob
is defined).