Description: our typescript cannot deal with OutgoingHttpHeaders, ignore errors
Forwarded: not-needed
Author: Jérémy Lal <kapouer@melix.org>
Last-Update: 2025-05-20
--- a/packages/get-uri/tsconfig.json
+++ b/packages/get-uri/tsconfig.json
@@ -8,6 +8,7 @@
     "outDir": "dist",
     "sourceMap": true,
     "declaration": true,
+    "noImplicitAny": false,
     "typeRoots": ["./@types", "./node_modules/@types", "../../node_modules/@types"]
   },
   "include": ["src/**/*"],
