Skip to content

Commit

Permalink
Added types for BN
Browse files Browse the repository at this point in the history
  • Loading branch information
Brechtpd committed Dec 5, 2018
1 parent caee1dc commit e906b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"gts": "^0.6.0",
"mocha": "^5.2.0",
"ts-node": "^6.0.5",
"types-bn": "0.0.1",
"typescript": "^2.8.3",
"web3-typescript-typings": "^0.10.2"
},
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"include": [
"node_modules/web3-typescript-typings/index.d.ts",
"./node_modules/types-bn/index.d.ts",
"index.ts",
"./globals.d.ts",
"src/*.ts",
Expand Down

0 comments on commit e906b06

Please sign in to comment.