Skip to content

Commit 8343207

Browse files
✨ Update tsup.config.ts to use wildcard for validator entries, improving build configuration
1 parent 69db353 commit 8343207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from "tsup";
22

33
export default defineConfig({
4-
entry: ["src/index.ts", "src/validators/zod.ts"],
4+
entry: ["src/index.ts", "src/validators/*.ts"],
55
format: ["esm", "cjs"],
66
dts: true,
77
clean: true,

0 commit comments

Comments
 (0)