Home > types > PackageJson > TypeScriptConfiguration
Signature:
export interface TypeScriptConfiguration 
| 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. |