Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mesozoic/lib/compiler.ts>CompilerOptions

A generic build system for Deno web apps
Go to Latest
type alias CompilerOptions
import { type CompilerOptions } from "https://deno.land/x/mesozoic@v1.0.0-alpha.34/lib/compiler.ts";
definition: { filename?: string; target?: JscTarget; useBuiltins?: boolean; externalHelpers?: boolean; dynamicImport?: boolean; jsxImportSource?: string; runtime?: "automatic" | "classic" | undefined; development?: boolean; sourceMaps?: boolean; minify?: boolean; }