ant-plus icon indicating copy to clipboard operation
ant-plus copied to clipboard

Ts node support

Open wbarcovsky opened this issue 5 years ago • 0 comments

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

wbarcovsky avatar Dec 29 '19 22:12 wbarcovsky