0.0.2 • Published 7 years ago
@machinomy/types-truffle-config v0.0.2
TypeScript declaration for truffle-config
Installation
Via npm:
npm install --save-dev https://github.com/machinomy/types-truffle-config
or yarn:
yarn add https://github.com/machinomy/types-truffle-config -D
Don't forget to manually include index.d.ts
within an include
section of your tsconfig.json
"include": [
...
"./node_modules/@machinomy/types-truffle-config/index.d.ts"
]
0.0.2
7 years ago