interface DenoConfig implements Partial<ImportMap>import { type DenoConfig } from "https://dotland.deno.dev/x/lume@v2.3.3/core/utils/deno_config.ts"; Basic options for deno.json file Index Signatures[key: string]: unknownPropertiesoptionalimportMap: stringoptionaltasks: Record<string, string>optionalcompilerOptions: { jsx?: "jsx" | "react-jsx" | "precompile"; jsxImportSource?: string; types?: string[]; }