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