Loghorn / ant-plus

A node module for ANT+
MIT License
138 stars 70 forks source link

Ts node support #26

Open wbarcovsky opened 4 years ago

wbarcovsky commented 4 years ago

I include this package to my electron+typescript project, but was unable to import any classes from library. This happens because main file was a js-file, so typescript could'nt track any imports.

In this PR I replace main file ant-plus.js with typescript copy ant-plus.ts