Skip to content

EnvsConfigSourceOptions

@tsed/config

Usage

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

See /packages/config/src/types/providers/envs/EnvsConfigSource.ts.

Overview

ts
interface EnvsConfigSourceOptions {
    parseJson?: boolean;
}

parseJson

ts
parseJson?: boolean;

Released under the MIT License.