Home > @microsoft/api-extractor > IExtractorInvokeOptions > compilerState
IExtractorInvokeOptions.compilerState property
An optional TypeScript compiler state. This allows an optimization where multiple invocations of API Extractor can reuse the same TypeScript compiler analysis.
Signature:
compilerState?: CompilerState;