WebReflection / linkedom

A triple-linked lists based DOM implementation.
https://webreflection.medium.com/linkedom-a-jsdom-alternative-53dd8f699311
ISC License
1.66k stars 80 forks source link

Add "types" field to "exports" #161

Closed joelzanden closed 2 years ago

joelzanden commented 2 years ago

Add "types" field to "exports" object in package.json in order to make types available to projects using TypeScript and ESM (NodeNext module resolution).

joelzanden commented 2 years ago

I love the linkedom project, by the way!

WebReflection commented 2 years ago

Up and running, thanks

joelzanden commented 2 years ago

Wow, thanks for the quick turnaround!