sarvalabs / js-moi-sdk

JavaScript library to interact with MOI Protocol via RPC API

Home Page:https://js-moi-sdk.docs.moi.technology/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Declaration File Linking Causing Build Failure

sarvalabs-harshrastogi opened this issue · comments

TypeScript Declaration File Linking Causing Build Failure

When attempting to build the project, there is a critical error caused by the linkage between the TypeScript declaration file (*.d.ts) index.d.ts and import from the src directory inside the js-moi-signer. This linkage issue is impeding the successful compilation of the project.

Additional Information:

Package Version: 0.1.2

closed in #23