Kind: Interface
Source: atloria-monorepo/libs/parser-core/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?