UNPKG

@unilogin/sdk

Version:

SDK is a JS library, that communicates with relayer. SDK allows managing contract, by creating basic contract-calling messages.

21 lines (20 loc) 305 B
{ "extends": "../tsconfig.json", "compilerOptions": { "outDir": "dist/esm", "composite": true, }, "references": [ { "path": "../universal-login-commons" } ], "include": [ "src", "test" ], "exclude": [ "./dist", "../universal-login-commons/dist" ] }