# ParseProjectConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/interfaces/config.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/interfaces/config.interface.ts#L217)

Project parse configuration

## Properties

| Property | Type |
|---|---|
| `rootDir` | `string` |
| `parsers` | `string[]` |
| `includePatterns` | `string[]` |
| `excludePatterns` | `string[]` |
| `incremental` | `boolean` |
| `maxFiles` | `number` |
| `parallel` | `boolean` |
| `metadata` | `Record<string, unknown>` |
