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

Latest commit

 

History

History
18 lines (17 loc) · 429 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 429 Bytes

TypeScript declaration for truffle-resolver

Installation

Via npm:

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

or yarn:

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

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

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