mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 15:23:12 +00:00
fix: update cspell config and exclude wagmi.config.ts from TypeScript check
This commit is contained in:
parent
5d8205d9db
commit
1d8a75ed4d
@ -129,6 +129,7 @@
|
||||
"vacp",
|
||||
"varint",
|
||||
"vkey",
|
||||
"wagmi",
|
||||
"waku",
|
||||
"wakuconnect",
|
||||
"wakunode",
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
{
|
||||
"extends": "../../tsconfig.dev"
|
||||
"extends": "../../tsconfig.dev",
|
||||
"exclude": ["wagmi.config.ts"]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user