Home > @rushstack/typings-generator > ITypingsGeneratorOptions
ITypingsGeneratorOptions interface
Signature:
export interface ITypingsGeneratorOptions<TTypingsResult = string | undefined> extends ITypingsGeneratorBaseOptions
Extends: ITypingsGeneratorBaseOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
fileExtensions | string[] | ||
filesToIgnore? | string[] | (Optional) | |
getAdditionalOutputFiles? | (relativePath: string) => string[] | (Optional) | |
parseAndGenerateTypings | (fileContents: string, filePath: string, relativePath: string) => TTypingsResult | Promise<TTypingsResult> |