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

x/mesozoic/lib/swc.ts>Types.EnvConfig

A generic build system for Deno web apps
Go to Latest
interface Types.EnvConfig
import { type Types } from "https://deno.land/x/mesozoic@v1.0.0-alpha.40/lib/swc.ts";
const { EnvConfig } = Types;

Configuration ported from babel-preset-env

Properties

optional
mode: "usage" | "entry"
optional
debug: boolean
optional
dynamicImport: boolean
optional
loose: boolean
optional
skip: string[]
optional
include: string[]
optional
exclude: string[]
optional
coreJs: string

The version of the used core js.

optional
targets: any
optional
path: string
optional
shippedProposals: boolean
optional
forceAllTransforms: boolean

Enable all transforms