Add ethers types

This commit is contained in:
Brandon Millman
2018-03-01 13:17:49 -08:00
parent a74a04c5d5
commit 89bfcafb80

View File

@@ -3,5 +3,9 @@
"compilerOptions": {
"outDir": "lib"
},
"include": ["./src/**/*", "../../node_modules/web3-typescript-typings/index.d.ts"]
"include": [
"./src/**/*",
"../../node_modules/web3-typescript-typings/index.d.ts",
"../../node_modules/ethers-typescript-typings/index.d.ts"
]
}