vtils

Home > types > PackageJson > TypeScriptConfiguration

PackageJson.TypeScriptConfiguration interface

Signature:

export interface TypeScriptConfiguration 

Properties

Property Modifiers Type Description
types?   string (Optional) Location of the bundled TypeScript declaration file.
typesVersions?   Record<string, Record<string, string[]>> (Optional) Version selection map of TypeScript.
typings?   string (Optional) Location of the bundled TypeScript declaration file. Alias of types.