orca-so / typescript-sdk

The Orca SDK contains a set of simple to use APIs to allow developers to integrate with the Orca platform.
155 stars 49 forks source link

es6 module for the package #68

Open ZhengYuTay opened 2 years ago

ZhengYuTay commented 2 years ago

I have discussed with @0xscuba on discord about this. We can just setup tsconfig to output es6 and add module in package.json

or we can just use tool like https://github.com/egoist/tsup for zero config