Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/config.interface.ts
File scanner configuration
Properties
| Property | Type |
|---|---|
rootDir | string |
includePatterns | string[] |
excludePatterns | string[] |
respectGitignore | boolean |
maxFileSize | number |
followSymlinks | boolean |
maxDepth | number |
Was this page helpful?