# ParserConfig

**Kind:** Interface

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

Configuration for parser initialization

## Properties

| Property | Type |
|---|---|
| `rootDir` | `string` |
| `tsconfigPath` | `string` |
| `options` | `Record<string, unknown>` |
| `debug` | `boolean` |
| `excludePatterns` | `string[]` |
| `maxFileSize` | `number` |
| `timeout` | `number` |
