From: Chris Duncan Date: Fri, 27 Mar 2026 17:03:41 +0000 (-0700) Subject: Remove deprecated options and add newly required explicit types array. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=af0f13db04b3e95503e5850a847264ae5c067822;p=libnemo.git Remove deprecated options and add newly required explicit types array. --- 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": [