UNPKG

@radixdlt/application

Version:

A JavaScript client library for interacting with the Radix Distributed Ledger.

18 lines (17 loc) 311 B
{ "extends": "../../tsconfig.base.json", "compilerOptions": { "rootDir": "src", "outDir": "dist", }, "include": [ "src" ], "references": [ {"path": "../crypto"}, {"path": "../primitives"}, {"path": "../util"}, {"path": "../networking"}, {"path": "../account"}, ] }