UNPKG

quasvel

Version:

Access and interact with Aragon Organizations and their apps.

15 lines (14 loc) 312 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "dist/esm", "rootDir": "src" }, "include": ["src"], "exclude": ["dist", "**/__test__/**"], "references": [ { "path": "../connect-core" }, { "path": "../connect-ethereum" }, { "path": "../connect-thegraph" } ] }