From 41e152dfc7af140d868a8519857f312f5a503cff Mon Sep 17 00:00:00 2001 From: Mohammed Ryaan Date: Mon, 26 Aug 2024 17:54:27 +0530 Subject: [PATCH] fix(abstract-eth): updating tsconfig.json and package.json TICKET: COIN-1322 --- modules/abstract-eth/package.json | 4 ++-- modules/abstract-eth/tsconfig.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/abstract-eth/package.json b/modules/abstract-eth/package.json index cdee856d6d..ede48bad2e 100644 --- a/modules/abstract-eth/package.json +++ b/modules/abstract-eth/package.json @@ -2,8 +2,8 @@ "name": "@bitgo/abstract-eth", "version": "22.0.0", "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 .", diff --git a/modules/abstract-eth/tsconfig.json b/modules/abstract-eth/tsconfig.json index 9444b8738c..9318585bee 100644 --- a/modules/abstract-eth/tsconfig.json +++ b/modules/abstract-eth/tsconfig.json @@ -7,7 +7,7 @@ "esModuleInterop": true, "typeRoots": ["../../types", "./node_modules/@types", "../../node_modules/@types"] }, - "include": ["src/**/*", "test/**/*"], + "include": ["src/**/*", "test/**/*", "*"], "exclude": ["node_modules"], "references": [ {