Return to old way of including web3 types

This commit is contained in:
Leonid Logvinov
2018-01-05 13:32:01 +01:00
parent a3274ac9b1
commit 78fd942faa
11 changed files with 13 additions and 10 deletions

View File

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