TypeScriptConfiguration: {
    types?: string;
    typesVersions?: Partial<Record<string, Partial<Record<string, string[]>>>>;
    typings?: string;
}

Type declaration

  • Optionaltypes?: string

    Location of the bundled TypeScript declaration file.

  • OptionaltypesVersions?: Partial<Record<string, Partial<Record<string, string[]>>>>

    Version selection map of TypeScript.

  • Optionaltypings?: string

    Location of the bundled TypeScript declaration file. Alias of types.