Make tsc happy with the js-sdk

This commit is contained in:
David Baker
2022-05-07 19:02:54 +01:00
parent adc7892d8c
commit 446fd9c7c0
2 changed files with 4 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
"moduleResolution": "node",
"noEmit": true,
"noImplicitAny": false,
"noUnusedLocals": true,
"noUnusedLocals": false,
"jsx": "preserve",
"lib": [
"es2020",