File: 0005-get-uri-compilation.patch

package info (click to toggle)
node-proxy-agents 0~2025070717-5
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 2,932 kB
  • sloc: javascript: 5,805; makefile: 39
file content (14 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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/**/*"],