PLhery / node-twitter-api-v2

Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.
https://www.npmjs.com/package/twitter-api-v2
Apache License 2.0
1.29k stars 176 forks source link

chore: 🤖 dual package for esnext and commonjs #411

Closed jamashita closed 1 year ago

jamashita commented 1 year ago

Hi, I would like to use this package for ESNext. I have prepared new tsconfig.json and now npm run build generates commonjs and esmodule JS files

alkihis commented 1 year ago

Many thanks to you for this PR!