Kind: Interface
Source: atloria-monorepo/apps/parser-orchestrator/src/interfaces/parser.interface.ts
Configuration for parser initialization
Properties
| Property | Type |
|---|---|
rootDir | string |
tsconfigPath | string |
options | Record<string, unknown> |
debug | boolean |
excludePatterns | string[] |
maxFileSize | number |
timeout | number |
Was this page helpful?