Skip to content

Commit

Permalink
feat(abstract-eth): update package.json and tsconfig.json
Browse files Browse the repository at this point in the history
TICKET: COIN-1322
  • Loading branch information
MohammedRyaan786 committed Sep 13, 2024
1 parent 792dd31 commit 2630ede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/abstract-eth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@bitgo/abstract-eth",
"version": "22.0.4",
"description": "BitGo SDK coin library for ETH base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "yarn tsc --build --incremental --verbose .",
"fmt": "prettier --write .",
Expand Down
2 changes: 1 addition & 1 deletion modules/abstract-eth/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"esModuleInterop": true,
"typeRoots": ["../../types", "./node_modules/@types", "../../node_modules/@types"]
},
"include": ["src/**/*", "test/**/*"],
"include": ["src/**/*", "test/**/*", "index.ts"],
"exclude": ["node_modules"],
"references": [
{
Expand Down

0 comments on commit 2630ede

Please sign in to comment.