Skip to main content
Module

x/live/deps.ts>EnvConfig

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
interface EnvConfig
import { type EnvConfig } from "https://deno.land/x/live@1.63.12/deps.ts";

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