type alias JSXConfigimport { type JSXConfig } from "https://deno.land/x/aleph@1.0.0-beta.42/server/types.ts"; definition: { jsx?: "automatic" | "classic" | "preserve"; jsxPragma?: string; jsxPragmaFrag?: string; jsxImportSource?: string; }