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-09-18 18:49:05 +0300
committerMichaël Zasso <targos@protonmail.com>2021-09-26 11:42:07 +0300
commit0eb3420febc1d6b44390f4b929d500255edc7dfb (patch)
treef7798280e70e496060d8e6375b79d4155de183ad /tsconfig.json
parent2b02d2f844439f4a131eae9bc394ec1bd5ba4755 (diff)
typings: define types for worker and messaging bindings
PR-URL: https://github.com/nodejs/node/pull/40143 Reviewed-By: James M Snell <jasnell@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 df191a36f7c..d1d6469f494 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -4,9 +4,11 @@
"files": [
"./typings/internalBinding/fs.d.ts",
"./typings/internalBinding/http_parser.d.ts",
+ "./typings/internalBinding/messaging.d.ts",
"./typings/internalBinding/options.d.ts",
"./typings/internalBinding/serdes.d.ts",
"./typings/internalBinding/util.d.ts",
+ "./typings/internalBinding/worker.d.ts",
"./typings/internalBinding.d.ts",
"./typings/primordials.d.ts"
],