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

## Usage

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

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

## Overview

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