interface DenoConfigimport { type DenoConfig } from "https://deno.land/x/fresh@1.1.2/src/server/mod.ts"; PropertiesimportMap: stringoptionalcompilerOptions: { jsx?: string; jsxImportSource?: string; }