Skip to content

Commit 18f330d

Browse files
committed
build fixes for joi types and esnext.disposable
1 parent 4a96179 commit 18f330d

3 files changed

Lines changed: 76 additions & 1 deletion

File tree

package-lock.json

Lines changed: 74 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"@changesets/cli": "2.29.6",
4343
"@types/hapi__hapi": "21.0.0",
4444
"@types/jest": "29.5.14",
45+
"@types/joi": "^17.2.2",
4546
"@types/node": "16.18.126",
4647
"@types/node-fetch": "^2.6.13",
4748
"@typescript-eslint/eslint-plugin": "8.43.0",

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"noUnusedParameters": true,
1919
"noUnusedLocals": true,
2020
"forceConsistentCasingInFileNames": true,
21-
"lib": ["es2020", "esnext.asynciterable"],
21+
"lib": ["es2020", "esnext.asynciterable", "esnext.disposable"],
2222
"types": ["node"],
2323
"baseUrl": ".",
2424
"paths": {

0 commit comments

Comments
 (0)