chore: export types before module (#13)
tsup currently (and correctly) warns that our `types` exports come after
our module exports, so are never read.
If we place them first, they will be resolved for both the import and
require, and the warnings will go away.
Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
authored by