diff --git a/tsup.config.ts b/tsup.config.ts index 12938ba..c96c727 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -4,11 +4,14 @@ import { defineConfig } from "tsup" export default defineConfig({ entry: [ "./src/index.ts", - "./src/Layers/index.ts", + "./src/Express/index.ts", + "./src/TRPC/index.ts", + "./src/Types/index.ts", "./src/Schema/index.ts", "./src/Schema/MobX/index.ts", "./src/Schema/TanStackForm/index.ts", - "./src/Types/index.ts", + "./src/JSONWebToken.ts", + "./src/OpenAIClient.ts", ], format: ["esm"], skipNodeModulesBundle: true,