Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.6/tsc/compile.ts";

Properties

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