Skip to main content

ToolchainConfig

Configures all tools and platforms required for tasks. Docs: https://moonrepo.dev/docs/config/toolchain

Index

Properties

$schema

$schema: string = ```ts 'https://moonrepo.dev/schemas/toolchain.json' ```

bun

bun: null | BunConfig

Configures and enables the Bun platform.

deno

deno: null | DenoConfig

Configures and enables the Deno platform.

extends

extends: null | string

Extends another toolchain configuration file. Supports a relative file path or a secure URL.

node

node: null | NodeConfig

Configures and enables the Node.js platform.

rust

rust: null | RustConfig

Configures and enables the Rust platform.

typescript

typescript: null | TypeScriptConfig

Configures and enables the TypeScript platform.