interface EsbuildBuilderOptionsimport { type EsbuildBuilderOptions } from "https://dotland.deno.dev/x/fresh@1.7.3/src/build/esbuild.ts"; PropertiesbuildID: stringThe build ID. entrypoints: Record<string, string>The entrypoints, mapped from name to URL. dev: booleanWhether or not this is a dev build. configPath: stringThe path to the deno.json / deno.jsonc config file. optionaljsx: stringThe JSX configuration. optionaljsxImportSource: stringtarget: string | string[]absoluteWorkingDir: stringoptionalbasePath: string