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

## Usage

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

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

## Overview

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