Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rad/src/tasks/build-buds/deb/interfaces.ts>BuildOptions

general purpose build tool. statically typed, batteries included. command, function, and make-style tasks supported. improved npm scripts for deno.
Latest
type alias BuildOptions
import { type BuildOptions } from "https://deno.land/x/rad@v6.11.0/src/tasks/build-buds/deb/interfaces.ts";
definition: { moduleFilenames: string[]; rewriteImportMap?: importmap.ImportMap; rewriteImportMapPath?: string; outDir?: string; rewriteImports?: ReWriteImports; emitOptions?: emit.EmitOptions; }