Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/config.interface.ts
Parser orchestrator configuration
Properties
| Property | Type |
|---|---|
defaultParsers | string[] |
maxConcurrency | number |
fileTimeout | number |
projectTimeout | number |
enableCaching | boolean |
cacheDir | string |
parserConfigs | Record<string, ParserConfig> |
Was this page helpful?