fabric-shim-crypto-types

May 9, 2018 ยท View on GitHub

How to add this type to your project

You can add these types to your project by appending it to your types in your tsconfig.json

{
  "compilerOptions": {
    ... // include other options
    "types": [
      "@theledger/fabric-shim-crypto-types"
    ]
  }
}