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

machinomy/types-truffle-compile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript declaration for truffle-compile

Installation

Via npm:

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

or yarn:

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

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

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

About

TypeScript declaration for truffle-compile

Resources

License

Stars

Watchers

Forks

Packages

No packages published