Type Alias TypeScriptConfiguration
TypeScriptConfiguration: {
types?: string;
typesVersions?: Partial<Record<string, Partial<Record<string, string[]>>>>;
typings?: string;
}
Type declaration
Optionaltypes?: string
OptionaltypesVersions?: Partial<Record<string, Partial<Record<string, string[]>>>>
Optionaltypings?: string
Location of the bundled TypeScript declaration file.