jellyfin / jellyfin-chromecast

Chromecast Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
142 stars 43 forks source link

Fix issues found by TypeScript compiler #633

Closed 3flex closed 1 month ago

3flex commented 1 month ago

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.