import { type TranspileOptions } from "https://deno.land/x/emit@0.24.0/mod.ts";
Options which can be set when using the transpile
function.
Properties
optional
cacheSetting: CacheSettingThe setting to use when loading sources from the Deno cache.
optional
compilerOptions: CompilerOptionsCompiler options which can be set when transpiling.
An import-map which will be applied to the imports, or the URL of an import map, or the path to an import map
optional
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.