Added types to package.json.
This commit is contained in:
parent
6de0a765c9
commit
342be430cb
@ -2,7 +2,8 @@
|
||||
"name": "ethers",
|
||||
"version": "4.0.0",
|
||||
"description": "Ethereum wallet library.",
|
||||
"main": "index.js",
|
||||
"main": "./src/index.js",
|
||||
"types": "./dist/ethers.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc -p ./tsconfig.json",
|
||||
"auto-build": "npm run build -- -w",
|
||||
|
Loading…
Reference in New Issue
Block a user