Skip to main content

PartialDenoConfig

Configures and enables the Deno platform. Docs: https://moonrepo.dev/docs/config/toolchain#deno

Index

Properties

optionalbins

bins?: null | PartialBinEntry[]

List of binaries to install into the environment using deno install.

optionaldepsFile

depsFile?: null | string = null | string

Relative path to a dependency management file. Used for content hashing.

optionallockfile

lockfile?: null | boolean

Requires and forces the use of deno.lock files.

optionalplugin

plugin?: null | string

Location of the WASM plugin to use for Deno support.

optionalversion

version?: null | string

The version of Deno to download, install, and run deno tasks with.

@envvar

MOON_DENO_VERSION