Skip to main content
Module

x/aleph/compiler/types.ts>TransformOptions

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias TransformOptions
import { type TransformOptions } from "https://deno.land/x/aleph@1.0.0-alpha.8/compiler/types.ts";
definition: { alephPkgUri?: string; importMap?: string; graphVersions?: Record<string, string>; initialGraphVersion?: 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"
; }