summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-04-11 15:57:33 +0200
committerMichaël Zasso <targos@protonmail.com>2021-04-14 12:32:26 +0200
commit3377eb96415db1af18dd4586b0e8f73ff3d7ec7d (patch)
treecefb125e6eb109678d7304583ce6336f2ba75a71 /tsconfig.json
parentcb2bdc632a802eed7ee8c5c9388811de73029602 (diff)
downloadnode-new-3377eb96415db1af18dd4586b0e8f73ff3d7ec7d.tar.gz
typings: add types for internalBinding('util')
PR-URL: https://github.com/nodejs/node/pull/38200 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Bradley Farias <bradley.meck@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 93abd26727..80189489b6 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,6 +3,7 @@
"exclude": ["src","tools","out"],
"files": [
"./typings/internalBinding/fs.d.ts",
+ "./typings/internalBinding/util.d.ts",
"./typings/internalBinding.d.ts",
"./typings/primordials.d.ts"
],