dolanmiu / docx

Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
https://docx.js.org/
MIT License
4.44k stars 486 forks source link

Enable rollupTypes in the vite build configuration. #2714

Closed sflanker closed 1 month ago

sflanker commented 3 months ago

This resolves issues with in dependent TypeScipt packages that are using moduleResolution: NodeNext Modern ES modules cannot use extensionless relative paths in imports.

Fixes https://github.com/dolanmiu/docx/issues/2635

dolanmiu commented 1 month ago

Thank you for this, merging