Visit kit.svelte.dev to read the documentation
{ "module": "import { z } from \"zod\";\n\nexport default z.object({ hello: z.string().optional() });\n" }