@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
37 lines (26 loc) • 1.53 kB
Markdown
lang: en
title: 'API docs: tsdocs.extractoroptions'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/tsdocs
permalink: /doc/en/lb4/apidocs.tsdocs.extractoroptions.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/tsdocs](./tsdocs.md) > [ExtractorOptions](./tsdocs.extractoroptions.md)
## ExtractorOptions interface
Options to run api-extractor against the lerna repo
<b>Signature:</b>
```typescript
export interface ExtractorOptions extends ApiDocsOptions
```
<b>Extends:</b> [ApiDocsOptions](./tsdocs.apidocsoptions.md)
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [apiReportEnabled](./tsdocs.extractoroptions.apireportenabled.md) | boolean | A flag to control if <code>apiReport</code> should be enabled |
| [config](./tsdocs.extractoroptions.config.md) | IConfigFile | Configuration for api-extractor |
| [ignoreErrors](./tsdocs.extractoroptions.ignoreerrors.md) | boolean | A flag to control if errors should be ignored |
| [mainEntryPointFilePath](./tsdocs.extractoroptions.mainentrypointfilepath.md) | string | mainEntryPointFilePath |
| [tsconfigFilePath](./tsdocs.extractoroptions.tsconfigfilepath.md) | string | Path for tsconfig |
| [typescriptCompilerFolder](./tsdocs.extractoroptions.typescriptcompilerfolder.md) | string | Custom TypeScript compiler dir |