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.24k stars 479 forks source link

Enable rollupTypes in the vite build configuration. #2714

Open sflanker opened 1 month ago

sflanker commented 1 month 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