Skip to main content
Module

x/dnt/transform.ts>TransformOptions

Deno to npm package build tool.
Go to Latest
interface TransformOptions
import { type TransformOptions } from "https://deno.land/x/dnt@0.31.0/transform.ts";

Properties

entryPoints: string[]
optional
testEntryPoints: string[]
optional
shims: Shim[]
optional
testShims: Shim[]
optional
mappings: SpecifierMappings
target: ScriptTarget
optional
importMap: string