fix: update cspell config and exclude wagmi.config.ts from TypeScript check

This commit is contained in:
Arseniy Klempner 2025-07-17 20:23:47 -07:00
parent 5d8205d9db
commit 1d8a75ed4d
No known key found for this signature in database
GPG Key ID: 51653F18863BD24B
2 changed files with 3 additions and 1 deletions

View File

@ -129,6 +129,7 @@
"vacp",
"varint",
"vkey",
"wagmi",
"waku",
"wakuconnect",
"wakunode",

View File

@ -1,3 +1,4 @@
{
"extends": "../../tsconfig.dev"
"extends": "../../tsconfig.dev",
"exclude": ["wagmi.config.ts"]
}