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

## Usage

```typescript
import { ProjectConvention } from "@tsed/cli";
```

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

## Overview

```ts
enum ProjectConvention {
    DEFAULT = "conv_default",
    ANGULAR = "angular"
}
```

<!-- Members -->

## DEFAULT

```ts
DEFAULT = "conv_default",
```

## ANGULAR

```ts
ANGULAR = "angular"
```
