Home > @microsoft/api-extractor > ICompilerStateCreateOptions
ICompilerStateCreateOptions interface
Options for CompilerState.create()
Signature:
export interface ICompilerStateCreateOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
additionalEntryPoints? | string[] | (Optional) Additional .d.ts files to include in the analysis. | |
typescriptCompilerFolder? | string | (Optional) Specifies an alternate folder path to be used when loading the TypeScript system typings. |