interface EsmOptionsimport { type EsmOptions } from "https://deno.land/x/lume@v1.17.2/plugins/esbuild.ts"; Propertiesoptionaldev: booleanTo include the ?dev option to all packages optionalcjsExports: Record<string, string[] | string>Configure the cjs-exports option for each package optionaldeps: Record<string, string[] | string>Configure the deps for each package