@loopback/docs
Version:
Documentation for LoopBack 4
35 lines (24 loc) • 1.38 kB
Markdown
---
lang: en
title: 'API docs: tsdocs.extractoroptions'
keywords: LoopBack 4.0, LoopBack 4
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
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [apiReportEnabled](./tsdocs.extractoroptions.apireportenabled.md) | <code>boolean</code> | A flag to control if <code>apiReport</code> should be enabled |
| [config](./tsdocs.extractoroptions.config.md) | <code>IConfigFile</code> | Configuration for api-extractor |
| [mainEntryPointFilePath](./tsdocs.extractoroptions.mainentrypointfilepath.md) | <code>string</code> | mainEntryPointFilePath |
| [tsconfigFilePath](./tsdocs.extractoroptions.tsconfigfilepath.md) | <code>string</code> | Path for tsconfig |
| [typescriptCompilerFolder](./tsdocs.extractoroptions.typescriptcompilerfolder.md) | <code>string</code> | Custom TypeScript compiler dir |