Skip to content

YamlConfigSourceOptions

@tsed/config

Usage

typescript
import { YamlConfigSourceOptions } from "@tsed/config";

See /packages/config/src/types/providers/yaml/YamlConfigSource.ts.

Overview

ts
interface YamlConfigSourceOptions extends LoadOptions {
    path: string;
}

path

ts
path: string;

The path to the JSON file.

Released under the MIT License.