editor-js / nested-list

Multi-leveled lists for the Editor.js.
MIT License
45 stars 44 forks source link

Migrate to Type Script #72

Closed neSpecc closed 2 months ago

neSpecc commented 3 months ago

Problem

This tool was built in JavaScript to be a simplest example of Editor.js Tools API usage. Right now further enhancements requires more modern stack.

Task

We need to migrate this project to TypeScript and provide type declarations. Make sure types for the plugin are available when using it in TypeScript project with Editor.js

neSpecc commented 3 months ago

@yuan-93 take a look, please