UNPKG

@nomiclabs/buidler

Version:

Buidler is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

11 lines (10 loc) 199 B
{ "extends": "../../../config/typescript/tsconfig.json", "compilerOptions": { "outDir": "../", "rootDirs": ["."], "composite": true }, "include": ["./**/*.ts"], "exclude": [] }