---
meta:
 - name: keywords
   description: api typescript node.js documentation EnvsConfigSourceOptions interface
---
# EnvsConfigSourceOptions - @tsed/config

## Usage

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

> See [/packages/config/src/providers/envs/EnvsConfigSource.ts](https://github.com/tsedio/tsed/blob/v8.28.2/packages/config/src/providers/envs/EnvsConfigSource.ts#L0-L0).

## Overview

```ts
interface EnvsConfigSourceOptions {
    parseJson?: boolean;
}
```

<!-- Members -->

## parseJson

```ts
parseJson?: boolean;
```
