jupyter-widgets-contrib / ipycanvas

Interactive Canvas in Jupyter
https://ipycanvas.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
690 stars 64 forks source link

Add .d.ts files to package.json includes #97

Closed matthewturk closed 4 years ago

matthewturk commented 4 years ago

This adds the .d.ts files to the includes list so that they can be bundled in the published npm package, and so that the canvas objects can be easily re-used by other typescript-based plugins.

martinRenou commented 4 years ago

Thanks! :)