Skip to main content

DenoConfig

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

Index

Properties

bins

bins: BinEntry[]

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

depsFile

depsFile: string = ```ts 'deps.ts' ```

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

lockfile

lockfile: boolean

Requires and forces the use of deno.lock files.

plugin

plugin: null | string

Location of the WASM plugin to use for Deno support.

version

version: null | string

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

@envvar

MOON_DENO_VERSION