Closed alecgibson closed 2 years ago
This change emits type definitions so that consumers can import the compiled module from /dist, but still have type safety in TypeScript.
/dist
@jhchen could you please explain why TypeScript definitions were removed?
I've got an open issue here: https://github.com/quilljs/parchment/issues/84
This change emits type definitions so that consumers can import the compiled module from
/dist
, but still have type safety in TypeScript.