pavittarx / editorjs-html

A javascript library to parse editorjs clean data to html. It is adaptable and usable in all kind of projects.
https://runkit.com/pavittarx/editorjs-html-example
MIT License
331 stars 61 forks source link

convert the project into typescript #12

Closed azharalifauzi closed 4 years ago

azharalifauzi commented 4 years ago

I converted the project into typescript based, so anyone who using typescript on their project could use this library. I also had run the test and it works perfectly.

pavittarx commented 4 years ago

Thanks, @azharalifauzi for adding typescript support and typings. I looked through the changes and did not find any issues so far.

I will merge it once I have make necessary release related updates. Thanks for taking time to contribute to it and making it more awesome . :heart:

LuizPelegrini commented 1 year ago

Hi @pavittarx I am still unable to use this package @ 3.4.2 inside a typescript Nextjs project, is there any additional config I'm missing?

image