This pull request addresses the linkage issue by making adjustments to the TypeScript declaration file (index.d.ts) and ensuring proper imports from the src directory within the js-moi-signer.
Further, it removes tsconfig.tsbuildinfo from git tracking.
closes #22
Changes Made
Create an interface ISignature that is implemented by Signature
This pull request addresses the linkage issue by making adjustments to the TypeScript declaration file (index.d.ts) and ensuring proper imports from the src directory within the
js-moi-signer
.Further, it removes
tsconfig.tsbuildinfo
from git tracking.Changes Made
ISignature
that is implemented bySignature
tsconfig.tsbuildinfo
from git tracking