In TypeScript, how to solve the error: ‘ReferenceError: HTMLElement is not defined’
I am trying to use TypeScript while I build a SPA on top of NodeJS and Express.
I’m type-hinting my modules to return types of HTMLElement
, but it seems to give me an error.
For example: