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 03235d3 commit 4dd6d0bCopy full SHA for 4dd6d0b
src/core/zod-to-openapi.ts
@@ -1,4 +1,4 @@
1
-import zodToJsonSchema from "zod-to-json-schema";
+import { zodToJsonSchema } from "zod-to-json-schema";
2
import { isFile } from "~/utils/zod-schema";
3
import type { SchemaObject } from "@omer-x/openapi-types/schema";
4
import type { ZodObject, ZodType } from "zod";
tsup.config.ts
@@ -14,7 +14,6 @@ export default defineConfig({
14
external: [
15
],
16
noExternal: [
17
- "zod-to-json-schema",
18
19
esbuildPlugins: [
20
0 commit comments