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 2cbb030 commit 8c8ed41Copy full SHA for 8c8ed41
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
@@ -10,8 +10,6 @@ export default defineConfig({
10
external: [
11
],
12
noExternal: [
13
- "zod-to-json-schema",
14
- "@omer-x/package-metadata",
15
16
esbuildPlugins: [
17
0 commit comments