@machinomy/types-truffle-compile
v0.0.2
Published
TypeScript declaration for truffle-compile
Downloads
15
Readme
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"
]