type alias DenoConfigimport { type DenoConfig } from "https://deno.land/x/ultra@v2.3.0/lib/build/types.ts"; definition: { tasks?: Record<string, string>; compilerOptions?: { jsx: | "preserve" | "react" | "react-jsx" | "react-jsxdev"; jsxImportSource?: string; }; importMap?: string; }