I think ideally TS wouldn't import the Node types at all, so setInterval wouldn't need the explicit window to ensure it's using the DOM setInterval and not Node's, but I'm not clear on how to achieve that.
In the meantime this, along with #627, will allow a clean run of tsc.
I think ideally TS wouldn't import the Node types at all, so
setInterval
wouldn't need the explicitwindow
to ensure it's using the DOMsetInterval
and not Node's, but I'm not clear on how to achieve that.In the meantime this, along with #627, will allow a clean run of
tsc
.