Skip to content

packages/config

Generated Reference

Shared configuration loading and schema helpers for downstream tooling and integrations. This page is generated from packages/config/index.ts against package version 0.8.3 on the 0.8 docs line.

Import

ts
import { createConfig, parseEnv } from '@system-core/core/packages/config'

Entry

FieldValue
Import path@system-core/core/packages/config
Package export./packages/config
Source entrypackages/config/index.ts
Exported symbols4
Runtime file./dist/packages/config.js
Types file./dist/packages/config.d.ts

Use This Surface When

  • Use this for shared config parsing and schema alignment across package consumers.
  • Reach for it when external tooling needs the same config contract as the runtime.
  • Keep config behavior centralized instead of duplicating environment parsing logic.

Public Surface

Functions

ExportKindSource
createConfigfunctioncore/logic/core/config.ts
parseEnvfunctioncore/logic/core/config.ts

Types

ExportKindSource
Configtypecore/logic/core/config.ts
EnvSchematypecore/logic/core/config.ts

system-core documentation for maintainers, integrators, and AI build agents.