type alias JSXConfigimport { type JSXConfig } from "https://deno.land/x/aleph@1.0.0-alpha.14/server/config.ts"; definition: { jsxRuntime?: "react" | "preact"; jsxImportSource?: string; jsxRuntimeVersion?: string; jsxRuntimeCdnVersion?: string; }