We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69db353 commit 8343207Copy full SHA for 8343207
tsup.config.ts
@@ -1,7 +1,7 @@
1
import { defineConfig } from "tsup";
2
3
export default defineConfig({
4
- entry: ["src/index.ts", "src/validators/zod.ts"],
+ entry: ["src/index.ts", "src/validators/*.ts"],
5
format: ["esm", "cjs"],
6
dts: true,
7
clean: true,
0 commit comments