Files
protocol/packages/web3-wrapper/tsconfig.json
2018-02-27 12:07:58 -08:00

12 lines
269 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "lib"
},
"include": [
"./src/**/*",
"../../node_modules/ethers-typescript-typings/index.d.ts",
"../../node_modules/web3-typescript-typings/index.d.ts"
]
}