ganache-core
TypeScript declaration for Installation
Via yarn:
yarn add @machinomy/types-ganache-core --dev
Don't forget to manually include index.d.ts
within an include
section of your tsconfig.json
"include": [
...
"./node_modules/@machinomy/types-ganache-core/index.d.ts"
]