From: Chris Duncan Date: Thu, 26 Mar 2026 05:59:55 +0000 (-0700) Subject: Remove deprecated properties and specify types as now required by ts6. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=da0ce0c44760fc0b3cd25ce56c98bac19cdba8a2;p=libnemo.git Remove deprecated properties and specify types as now required by ts6. --- diff --git a/tsconfig.json b/tsconfig.json index 10c210a..38369a7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,9 +4,7 @@ "checkJs": true, "declaration": true, "declarationDir": "./types", - "downlevelIteration": false, "emitDeclarationOnly": true, - "esModuleInterop": false, "forceConsistentCasingInFileNames": true, "isolatedModules": true, "module": "es2022", @@ -19,6 +17,12 @@ "lib": [ "DOM", "ES2024" + ], + "types": [ + "node", + "w3c-web-hid", + "w3c-web-usb", + "web-bluetooth" ] }, "include": [