Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-04-14 20:35:21 +0300
committerMichaël Zasso <targos@protonmail.com>2021-04-18 12:09:57 +0300
commitb87f1be92d9733709caf7dbc6815af80dde76b6c (patch)
treecd5946fe6b665f96528ed270d44652bb7bebf99e /tsconfig.json
parent1c8b2956d1120666ba8ef9a7caa01c5512cef42c (diff)
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 81b736a5fdc..df191a36f7c 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",