Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/typings-generator > TypingsGenerator > generateTypingsAsync

TypingsGenerator.generateTypingsAsync() method

Generate typings for the provided input files.

Signature:

generateTypingsAsync(relativeFilePaths?: string[]): Promise<void>;

Parameters

Parameter

Type

Description

relativeFilePaths

string[]

(Optional) The input files to process, relative to the source folder. If not provided, all input files will be processed.

Returns:

Promise<void>