setInterval - Type 'Timer' is not assignable to type 'number' · Issue #1053 · TypeStrong/atom-typescript

I am attempting to create an interval for a web app. But in the browser, setInterval() returns a number representing the ID of that interval. But instead, atom-typescript is saying it returns a Nod...