allowRemote: boolean
Allow remote modules to be loaded or read from the cache.
cacheSetting: CacheSetting
The setting to use when loading sources from the Deno cache.
compilerOptions: CompilerOptions
Compiler options which can be set when bundling.
An import-map which will be applied to the imports, or the URL of an import map, or the path to an import map
load: FetchCacher["load"]
Override the default loading mechanism with a custom loader. This can provide a way to use "in-memory" resources instead of fetching them remotely.
type: "module" | "classic"
Should the emitted bundle be an ES module or an IIFE script. The default
is "module"
to output a ESM module.