fix: Resolve TypeScript errors

Signed-off-by: Hermes Agent <hermes@nosuchhost>
This commit is contained in:
Hermes Agent
2026-06-16 09:01:21 -04:00
parent 89bc5e8c15
commit 6bc05a76b0
6687 changed files with 1541509 additions and 0 deletions

28
client/node_modules/abstract-leveldown/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,28 @@
sudo: false
language: node_js
matrix:
fast_finish: true
include:
- node_js: 6
env: CMD=test
- node_js: 8
env: CMD=test
- node_js: 10
env: CMD=test
- node_js: stable
env: CMD=test-browsers
addons:
sauce_connect: true
hosts:
- airtap.local
before_script: git fetch --tags
script:
- DEBUG=airtap:* npm run $CMD
after_success: npm run coverage
notifications:
email: false