In order to get a successful TypeScript compilation, the dom types must be included (previously mentioned in #2659 (comment)).
Doing that results in TypeScript allowing access to browser globals such as window, document, URL and many more, which do not really exist in Node.js.
Is this recognized as an issue that would possibly be addressed, please?