Skip to main content
Module

x/aleph/compiler/mod.ts>TransformOptions

The Full-stack Framework in Deno.
Go to Latest
type alias TransformOptions
import { type TransformOptions } from "https://deno.land/x/aleph@v0.3.0-alpha.15/compiler/mod.ts";
definition: { importMap?: ImportMap; reactVersion?: string; alephPkgUri?: string; swcOptions?: SWCOptions; sourceMap?: boolean; isDev?: boolean; transpileOnly?: boolean; resolveStarExports?: boolean; bundleMode?: boolean; bundleExternal?: string[]; loaders?: LoaderPlugin[]; }