capricorn86 / happy-dom

A JavaScript implementation of a web browser without its graphical user interface
MIT License
3.28k stars 200 forks source link

TypeScript types are conflicting in latest release #1444

Open philkunz opened 4 months ago

philkunz commented 4 months ago

/happy-dom/lib/config/IHTMLElementTagNameMap.d.ts (28,26): Interface 'IHTMLElementTagNameMap' incorrectly extends interface 'HTMLElementTagNameMap'. Types of property '"a"' are incompatible. Type 'HTMLAnchorElement' is missing the following properties from type 'HTMLAnchorElement': charset, coords, name, rev, and 120 more.