Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/typings-generator > ITypingsGeneratorOptionsWithoutReadFile

ITypingsGeneratorOptionsWithoutReadFile interface

Signature:

export interface ITypingsGeneratorOptionsWithoutReadFile<TTypingsResult = string | undefined, TFileContents = string> extends ITypingsGeneratorBaseOptions 

Extends: ITypingsGeneratorBaseOptions

Properties

Property

Modifiers

Type

Description

fileExtensions

string[]

getAdditionalOutputFiles?

(relativePath: string) => string[]

(Optional)

parseAndGenerateTypings

(fileContents: TFileContents, filePath: string, relativePath: string) => TTypingsResult | Promise<TTypingsResult>