Skip to main content
Module

x/aleph/server/deps.ts>TransformOptions

The Full-stack Framework in Deno.
Very Popular
Latest
type alias TransformOptions
Re-export
import { type TransformOptions } from "https://deno.land/x/aleph@1.0.0-beta.44/server/deps.ts";
definition: { alephPkgUri?: string; lang?:
| "ts"
| "tsx"
| "js"
| "jsx"
; target?: EsmaVersion; importMap?: string; globalVersion?: string; graphVersions?: Record<string, string>; resolveRemoteModule?: boolean; stripDataExport?: boolean; isDev?: boolean; reactRefresh?: boolean; sourceMap?: boolean; jsx?: "automatic" | "classic" | "preserve"; jsxPragma?: string; jsxPragmaFrag?: string; jsxImportSource?: string; minify?: { compress: boolean; }; }