Home > types > PackageJson > TypeScriptConfiguration
Signature:
export interface TypeScriptConfiguration
| Property | Type | Description |
|---|---|---|
| types? | string | (Optional) Location of the bundled TypeScript declaration file. |
| typings? | string | (Optional) Location of the bundled TypeScript declaration file. Alias of types. |