Elius94 / console-gui-tools

A simple library to draw option menu or other popup inputs and layout on Node.js console.
MIT License
123 stars 18 forks source link

Convert all library to Typescript #35

Closed Elius94 closed 2 years ago

Elius94 commented 2 years ago

hi, I have opened a new issue for this currently the project is compatible only with ESM and not with CommonJS (to compile it as commonjs just change the target on the taconfig.json file of the library and recompile with tsc. However, I know that there are methods to do this automatically when installing the library in a project. I will try to add this feature shortly.