Include ethers types
This commit is contained in:
		@@ -77,6 +77,7 @@
 | 
				
			|||||||
        "types-bn": "^0.0.1",
 | 
					        "types-bn": "^0.0.1",
 | 
				
			||||||
        "typescript": "2.7.1",
 | 
					        "typescript": "2.7.1",
 | 
				
			||||||
        "web3-provider-engine": "^13.0.1",
 | 
					        "web3-provider-engine": "^13.0.1",
 | 
				
			||||||
 | 
					        "ethers-typescript-typings": "^0.0.1",
 | 
				
			||||||
        "web3-typescript-typings": "^0.9.11",
 | 
					        "web3-typescript-typings": "^0.9.11",
 | 
				
			||||||
        "webpack": "^3.1.0"
 | 
					        "webpack": "^3.1.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,6 +9,7 @@
 | 
				
			|||||||
        "./test/**/*",
 | 
					        "./test/**/*",
 | 
				
			||||||
        "../../node_modules/types-bn/index.d.ts",
 | 
					        "../../node_modules/types-bn/index.d.ts",
 | 
				
			||||||
        "../../node_modules/types-ethereumjs-util/index.d.ts",
 | 
					        "../../node_modules/types-ethereumjs-util/index.d.ts",
 | 
				
			||||||
 | 
					        "../../node_modules/ethers-typescript-typings/index.d.ts",
 | 
				
			||||||
        "../../node_modules/web3-typescript-typings/index.d.ts",
 | 
					        "../../node_modules/web3-typescript-typings/index.d.ts",
 | 
				
			||||||
        "../../node_modules/chai-typescript-typings/index.d.ts",
 | 
					        "../../node_modules/chai-typescript-typings/index.d.ts",
 | 
				
			||||||
        "../../node_modules/chai-as-promised-typescript-typings/index.d.ts"
 | 
					        "../../node_modules/chai-as-promised-typescript-typings/index.d.ts"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -58,6 +58,7 @@
 | 
				
			|||||||
        "types-bn": "^0.0.1",
 | 
					        "types-bn": "^0.0.1",
 | 
				
			||||||
        "types-ethereumjs-util": "0xProject/types-ethereumjs-util",
 | 
					        "types-ethereumjs-util": "0xProject/types-ethereumjs-util",
 | 
				
			||||||
        "typescript": "2.7.1",
 | 
					        "typescript": "2.7.1",
 | 
				
			||||||
 | 
					        "ethers-typescript-typings": "^0.0.1",
 | 
				
			||||||
        "web3-typescript-typings": "^0.9.11",
 | 
					        "web3-typescript-typings": "^0.9.11",
 | 
				
			||||||
        "yargs": "^10.0.3"
 | 
					        "yargs": "^10.0.3"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,6 +11,7 @@
 | 
				
			|||||||
        "../../node_modules/types-ethereumjs-util/index.d.ts",
 | 
					        "../../node_modules/types-ethereumjs-util/index.d.ts",
 | 
				
			||||||
        "../../node_modules/chai-typescript-typings/index.d.ts",
 | 
					        "../../node_modules/chai-typescript-typings/index.d.ts",
 | 
				
			||||||
        "../../node_modules/web3-typescript-typings/index.d.ts",
 | 
					        "../../node_modules/web3-typescript-typings/index.d.ts",
 | 
				
			||||||
 | 
					        "../../node_modules/ethers-typescript-typings/index.d.ts",
 | 
				
			||||||
        "../../node_modules/chai-as-promised-typescript-typings/index.d.ts",
 | 
					        "../../node_modules/chai-as-promised-typescript-typings/index.d.ts",
 | 
				
			||||||
        "../../node_modules/types-ethereumjs-util/index.d.ts",
 | 
					        "../../node_modules/types-ethereumjs-util/index.d.ts",
 | 
				
			||||||
        "../../node_modules/types-bn/index.d.ts",
 | 
					        "../../node_modules/types-bn/index.d.ts",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -26,6 +26,7 @@
 | 
				
			|||||||
        "shx": "^0.2.2",
 | 
					        "shx": "^0.2.2",
 | 
				
			||||||
        "tslint": "5.8.0",
 | 
					        "tslint": "5.8.0",
 | 
				
			||||||
        "typescript": "2.7.1",
 | 
					        "typescript": "2.7.1",
 | 
				
			||||||
 | 
					        "ethers-typescript-typings": "^0.0.1",
 | 
				
			||||||
        "web3-typescript-typings": "^0.9.11"
 | 
					        "web3-typescript-typings": "^0.9.11"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,5 +3,9 @@
 | 
				
			|||||||
    "compilerOptions": {
 | 
					    "compilerOptions": {
 | 
				
			||||||
        "outDir": "lib"
 | 
					        "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"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user