@engagently/types
v4.4.0
Published
Type definitions for integrating Engagently into your typescript project.
Downloads
194
Readme
@engagently/types
Type definitions for integrating Engagently into your typescript project.
Installation
Install the package via npm or yarn:
npm install @engagently/types --save-dev
Or if you are using yarn:
yarn add @engagently/types --dev
Important Notes
Always make sure to use the latest version of
@engagently/types
. Regular updates are made to ensure the types are in sync with the latest features and changes. To ensure you're using the latest, always check the version in yourpackage.json
and compare it with the latest version on the npm registry.After installing or updating, you need to include
@engagently/types
in thetypes
array of yourtsconfig.json
to ensure TypeScript recognizes and uses the types from this package.
Configuration
In your tsconfig.json
, add @engagently/types
to the types array:
{
"compilerOptions": {
// ... other options
"types": ["@engagently/types", ...otherTypes]
}
}
Support
For any issues or questions related to @engagently/types
, please contact our support or refer to the official documentation.