diff --git a/packages/w3up-client/tsconfig.json b/packages/w3up-client/tsconfig.json index 961f3d577..b410b2e8d 100644 --- a/packages/w3up-client/tsconfig.json +++ b/packages/w3up-client/tsconfig.json @@ -45,5 +45,10 @@ "Github": "https://github.com/web3-storage/w3up-client" }, "customCss": "./static/docs.css", - } + }, + "references": [ + { "path": "../access-client" }, + { "path": "../capabilities" }, + { "path": "../upload-client" } + ] }