UNPKG

@unilogin/sdk

Version:

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

13 lines (12 loc) 212 B
{ "extends": "../tsconfig.json", "compilerOptions": { "outDir": "dist/cjs", "module": "commonjs", }, "references": [ { "path": "../universal-login-commons/tsconfig.cjs.json" } ] }