TypeScript type definitions for the data-crypto module
You can install the data-crypto-types
package using npm. Make sure you have Node.js and npm installed on your machine before proceeding.
npm install --save-dev data-crypto-types
Make sure to update your tsconfig.json
file with the following configuration to allow TypeScript to recognize the type definitions provided by the data-crypto-types
package:
{
"compilerOptions": {
...
"types": ["data-crypto-types"]
},
}