summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-09-26 16:28:40 +0200
committerMichaël Zasso <targos@protonmail.com>2021-10-10 11:03:52 +0200
commit9467cbadcbe350d802887e10ec9ee6660f15706b (patch)
tree4c6e769fea403b82b609564de94f44e6cd3ad1e6 /tsconfig.json
parent70a5b860491b3908a8b80bed2b62f353d296359e (diff)
downloadnode-new-9467cbadcbe350d802887e10ec9ee6660f15706b.tar.gz
typings: define types for os binding
PR-URL: https://github.com/nodejs/node/pull/40222 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.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 25000c2655..048ecd6f48 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -6,6 +6,7 @@
"./typings/internalBinding/http_parser.d.ts",
"./typings/internalBinding/messaging.d.ts",
"./typings/internalBinding/options.d.ts",
+ "./typings/internalBinding/os.d.ts",
"./typings/internalBinding/serdes.d.ts",
"./typings/internalBinding/timers.d.ts",
"./typings/internalBinding/util.d.ts",