Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

machinomy/types-truffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
]