switch from dtslint to tsd, update required node to >=18, bump version to 7.0.0

This commit is contained in:
Konstantin Pogorelov
2024-01-05 22:04:31 +01:00
parent 0bda9934c1
commit a0eef5d0e2
7 changed files with 3089 additions and 1750 deletions

View File

@@ -1,8 +1,6 @@
language: node_js
node_js:
- "10"
- "12"
- "14"
- "18"
notifications:
email: false
before_install:
@@ -10,4 +8,4 @@ before_install:
script:
- npm run lint
- npm test
- npm run dtslint-next
- npm run test-types