Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
interface esbuildTypes.TransformOptions
implements CommonOptions
import { type esbuildTypes } from "https://deno.land/x/fresh@1.1.3/src/server/deps.ts";
const { TransformOptions } = esbuildTypes;

Properties

optional
tsconfigRaw: string | { compilerOptions?: { jsxFactory?: string; jsxFragmentFactory?: string; useDefineForClassFields?: boolean; importsNotUsedAsValues?: "remove" | "preserve" | "error"; preserveValueImports?: boolean; }; }
optional
sourcefile: string
optional
loader: Loader
optional
banner: string