xBiggs / fightcade-api

An unofficial TypeScript wrapper for the Fightcade API.
MIT License
7 stars 2 forks source link

Remove typescript and tsup dependencies #14

Open xBiggs opened 2 months ago

xBiggs commented 2 months ago

I want to remove the dev dependencies for typescript and tsup. This project already has a pretty robust JSDoc, so I'm not worried about the type definitions. I also haven't been really happy with the code being output by tsup. I think I can write better ESM and CJS myself without much effort.