Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EnvConfig

Configuration ported from babel-preset-env

interface EnvConfig {
coreJs?: string;
debug?: boolean;
dynamicImport?: boolean;
exclude?: string[];
forceAllTransforms?: boolean;
include?: string[];
loose?: boolean;
mode?: "usage" | "entry";
path?: string;
shippedProposals?: boolean;
skip?: string[];
targets?: any;
}

§Properties

§
coreJs?: string
[src]

The version of the used core js.

§
debug?: boolean
[src]
§
dynamicImport?: boolean
[src]
§
exclude?: string[]
[src]
§
forceAllTransforms?: boolean
[src]

Enable all transforms

§
include?: string[]
[src]
§
loose?: boolean
[src]
§
mode?: "usage" | "entry"
[src]
§
path?: string
[src]
§
shippedProposals?: boolean
[src]
§
targets?: any
[src]