summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMestery <mestery@pm.me>2021-10-11 18:08:34 +0200
committerMichaël Zasso <targos@protonmail.com>2021-10-31 13:41:45 +0100
commit61a73f80c7f9faf9dd5e74c1fa5613d70297089b (patch)
treefbd7adcc039d7bb669e4527f4bd82ff85f248b29 /tsconfig.json
parentb63313ae439066e75e7397a378513d684284b3d6 (diff)
downloadnode-new-61a73f80c7f9faf9dd5e74c1fa5613d70297089b.tar.gz
typings: add more bindings typings
PR-URL: https://github.com/nodejs/node/pull/40415 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index ea179268d9..1594a33633 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,7 +1,9 @@
{
- "include": ["lib","doc"],
- "exclude": ["src","tools","out"],
+ "include": ["lib", "doc"],
+ "exclude": ["src", "tools", "out"],
"files": [
+ "./typings/internalBinding/async_wrap.d.ts",
+ "./typings/internalBinding/blob.d.ts",
"./typings/internalBinding/config.d.ts",
"./typings/internalBinding/constants.d.ts",
"./typings/internalBinding/fs.d.ts",