Home > types > TsConfigJson > TypeAcquisition
Auto type (.d.ts) acquisition options for this project.
Requires TypeScript version 2.1 or later.
Signature:
export interface TypeAcquisition
| Property | Modifiers | Type | Description |
|---|---|---|---|
| enable? | boolean | (Optional) Enable auto type acquisition. | |
| exclude? | string[] | (Optional) Specifies a list of type declarations to be excluded from auto type acquisition. For example, ['jquery', 'lodash']. |
|
| include? | string[] | (Optional) Specifies a list of type declarations to be included in auto type acquisition. For example, ['jquery', 'lodash']. |