quasvel
Version:
Access and interact with Aragon Organizations and their apps.
15 lines (14 loc) • 370 B
JSON
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"outDir": "./dist"
},
"include": ["src", "./src/**/*.json"],
"references": [
{ "path": "../../packages/connect" },
{ "path": "../../packages/connect-thegraph" },
{ "path": "../../packages/connect-tokens" },
{ "path": "../../packages/connect-voting" }
]
}