Skip to main content
Module

x/aleph/tsc/compile.ts>CompileOptions

The Full-stack Framework in Deno.
Go to Latest
interface CompileOptions
import { type CompileOptions } from "https://deno.land/x/aleph@v0.1.3/tsc/compile.ts";

Properties

optional
target: string
optional
mode: "development" | "production"
optional
rewriteImportPath: (importPath: string) => string
optional
reactRefresh: boolean