interface DenoConfigimport { type DenoConfig } from "https://deno.land/x/fresh@1.4.1/src/server/mod.ts"; Propertiesoptionalimports: Record<string, string>optionalimportMap: stringoptionaltasks: Record<string, string>optionalcompilerOptions: { jsx?: string; jsxImportSource?: string; }