Include web3 types via typeRoots and factor out common parts of tsconfig.json

This commit is contained in:
Leonid Logvinov
2018-01-04 18:56:30 +01:00
parent e6a783aff8
commit 27d9fba785
32 changed files with 82 additions and 161 deletions

View File

@@ -1,4 +1,4 @@
interface BinaryPaths {
export interface BinaryPaths {
[key: string]: string;
}