Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMestery <mestery@pm.me>2021-10-11 19:08:34 +0300
committerMichaël Zasso <targos@protonmail.com>2021-10-31 15:41:45 +0300
commit61a73f80c7f9faf9dd5e74c1fa5613d70297089b (patch)
treefbd7adcc039d7bb669e4527f4bd82ff85f248b29 /tsconfig.json
parentb63313ae439066e75e7397a378513d684284b3d6 (diff)
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 ea179268d9a..1594a336339 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",