fix: update comments, tsconfig

This commit is contained in:
Arseniy Klempner 2025-11-12 11:50:29 -08:00
parent ad24c6c787
commit 4672f839a2
No known key found for this signature in database
GPG Key ID: 51653F18863BD24B
3 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,6 @@ export {
createViemClientFromWindow
};
// Export wagmi-generated ABIs
export {
wakuRlnV2Abi,
linearPriceCalculatorAbi,

View File

@ -8,7 +8,7 @@ import {
export type StartRLNOptions = {
/**
* If not set - will attempt to create from injected provider.
* If not set - will attempt to create from provider injected in window.
*/
rpcClient?: WalletClient;
/**

View File

@ -6,5 +6,5 @@
"tsBuildInfoFile": "dist/.tsbuildinfo"
},
"include": ["src"],
"exclude": ["wagmi.config.ts"]
"exclude": ["wagmi.config.ts", "src/**/*.spec.ts", "src/test_utils"]
}