Skip to main content
Go to Latest
type alias TransformOptions
import { type TransformOptions } from "https://deno.land/x/aleph_compiler@0.6.4/types.ts";
definition: { alephPkgUri?: string; importMap?: string; graphVersions?: Record<string, string>; globalVersion?: string; isDev?: boolean; jsxImportSource?: string; jsxRuntime?: "react" | "preact"; jsxRuntimeCdnVersion?: string; jsxRuntimeVersion?: string; lang?:
| "ts"
| "tsx"
| "js"
| "jsx"
; stripDataExport?: boolean; target?:
| "es2015"
| "es2016"
| "es2017"
| "es2018"
| "es2019"
| "es2020"
| "es2021"
| "es2022"
; }