0.1.17 #18
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user