UNPKG

@zerochain/sdk

Version:

The Züs JS SDK is a JavaScript client library that provides a convenient interface for interacting with the Züs Network. It allows developers to perform various operations such as creating and managing allocations, uploading and downloading files, executi

14 lines (13 loc) 272 B
{ "extends": "./tsconfig.json", "compilerOptions": { "module": "ESNext", "moduleResolution": "bundler", "declaration": true, "emitDeclarationOnly": true, "outDir": "dist", "noEmit": false, "noEmitOnError": false }, "include": ["src"] }