Kind: Interface
Source: atloria-monorepo/apps/parser-orchestrator/src/interfaces/config.interface.ts
Project parse configuration
Properties
| Property | Type |
|---|---|
rootDir | string |
parsers | string[] |
includePatterns | string[] |
excludePatterns | string[] |
incremental | boolean |
maxFiles | number |
parallel | boolean |
metadata | Record<string, unknown> |
Was this page helpful?