yjs / y-prosemirror

ProseMirror editor binding for Yjs
https://demos.yjs.dev/prosemirror/prosemirror.html
MIT License
328 stars 115 forks source link

Fix to load type definition in esm #137

Open kobayang opened 1 year ago

kobayang commented 1 year ago

I'm trying to y-prosemirror with TypeScript moduleResolution: "Bundler" mode. But TypeScript can not find y-prosemirror type definition in this mode.

To import the type in ESM, we need to add exports.types field. https://www.typescriptlang.org/docs/handbook/esm-node.html