summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-04-14 19:35:21 +0200
committerMichaël Zasso <targos@protonmail.com>2021-04-18 11:09:57 +0200
commitb87f1be92d9733709caf7dbc6815af80dde76b6c (patch)
treecd5946fe6b665f96528ed270d44652bb7bebf99e /tsconfig.json
parent1c8b2956d1120666ba8ef9a7caa01c5512cef42c (diff)
downloadnode-new-b87f1be92d9733709caf7dbc6815af80dde76b6c.tar.gz
typings: add types for "http_parser" and "options" bindings
PR-URL: https://github.com/nodejs/node/pull/38239 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daniele Belardi <dwon.dnl@gmail.com>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 81b736a5fd..df191a36f7 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,6 +3,8 @@
"exclude": ["src","tools","out"],
"files": [
"./typings/internalBinding/fs.d.ts",
+ "./typings/internalBinding/http_parser.d.ts",
+ "./typings/internalBinding/options.d.ts",
"./typings/internalBinding/serdes.d.ts",
"./typings/internalBinding/util.d.ts",
"./typings/internalBinding.d.ts",