---
symbol: transformConfigFile
module: "@tsed/cli"
type: function
meta:
 - name: keywords
   description: api typescript node.js documentation transformConfigFile function
---
# transformConfigFile - @tsed/cli

## Usage

```typescript
import { transformConfigFile } from "@tsed/cli/src/processors/transformConfigFile";
```

> See [/packages/cli/src/processors/transformConfigFile.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.1/packages/cli/src/processors/transformConfigFile.ts#L0-L0).

## Overview

```ts
function transformConfigFile(project: ProjectClient, data: RenderDataContext): void;
```
