summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-04-11 18:11:27 +0200
committerMichaël Zasso <targos@protonmail.com>2021-04-18 11:05:19 +0200
commit1c8b2956d1120666ba8ef9a7caa01c5512cef42c (patch)
treea1f7f54ef776bdcac08df21a0c1b4d2f4f592486 /tsconfig.json
parentd97787fccc18ec8023c7571a38c0e13f3837df4f (diff)
downloadnode-new-1c8b2956d1120666ba8ef9a7caa01c5512cef42c.tar.gz
typings: add types for internalBinding('serdes')
PR-URL: https://github.com/nodejs/node/pull/38204 Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 80189489b6..81b736a5fd 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,6 +3,7 @@
"exclude": ["src","tools","out"],
"files": [
"./typings/internalBinding/fs.d.ts",
+ "./typings/internalBinding/serdes.d.ts",
"./typings/internalBinding/util.d.ts",
"./typings/internalBinding.d.ts",
"./typings/primordials.d.ts"