Kind: Interface
Source: atloria-monorepo/libs/parser-core/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 |
concurrency | number |
metadata | Record<string, unknown> |
Was this page helpful?