project-serum / serum-ts

Project Serum TypeScript monorepo
https://projectserum.com
Apache License 2.0
272 stars 246 forks source link

es6 module for the packages #191

Open ZhengYuTay opened 2 years ago

ZhengYuTay commented 2 years ago

for bundling purposes, I am trying to get it work for cloudflare worker. To enable tree shake, we should implement es6 module.

For easier setup, we can check out https://github.com/egoist/tsup for zero config configuration.

Let me know if I should create the PR for this