machinomy / types-truffle

TypeScript declaration for truffle package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript declaration for truffle

Installation

Via npm:

npm install --save-dev https://github.com/machinomy/types-truffle

or yarn:

yarn add https://github.com/machinomy/types-truffle --dev

Don't forget to manually include index.d.ts within an include section of your tsconfig.json

"include": [
    ...
    "./node_modules/@machinomy/types-truffle/index.d.ts"
]

About

TypeScript declaration for truffle package

License:Apache License 2.0