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