fix typings

This commit is contained in:
vineyardbovines
2026-04-02 13:58:25 -04:00
parent 9072f0ce07
commit 8ebd2076c7
6 changed files with 8 additions and 6 deletions
+2
View File
@@ -198,6 +198,8 @@ export default defineConfig(
// this is a dep for @atproto/api, but we absolutely need them in sync, so just
// rely on the transient version
'@atproto/common-web',
// XRPCError is no longer re-exported from @atproto/api
'@atproto/xrpc',
]
}],
'import-x/no-nodejs-modules': 'error',