api-client/package: configure tsup output and exports

This commit is contained in:
dumbmoron
2024-09-14 19:08:13 +00:00
parent 00d5754ea8
commit d201deb60a
3 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
export * from "./turnstile-api";
export * from "./unauthenticated-api";
export * from "./types/interface";