summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-04-10 06:35:09 +0200
committerMichaël Zasso <targos@protonmail.com>2021-04-14 12:24:23 +0200
commitcb2bdc632a802eed7ee8c5c9388811de73029602 (patch)
treec452958d128a945938e4e51ea23792433e2950c5 /tsconfig.json
parentee669a0d29e567c58633300bcd71d06879f58e87 (diff)
downloadnode-new-cb2bdc632a802eed7ee8c5c9388811de73029602.tar.gz
typings: add types for internalBinding('fs')
PR-URL: https://github.com/nodejs/node/pull/38198 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: Rich Trott <rtrott@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 5d35e44222..93abd26727 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,6 +2,7 @@
"include": ["lib","doc"],
"exclude": ["src","tools","out"],
"files": [
+ "./typings/internalBinding/fs.d.ts",
"./typings/internalBinding.d.ts",
"./typings/primordials.d.ts"
],