ant-plus
ant-plus copied to clipboard
Ts node support
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