From cb2bdc632a802eed7ee8c5c9388811de73029602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 10 Apr 2021 06:35:09 +0200 Subject: typings: add types for internalBinding('fs') PR-URL: https://github.com/nodejs/node/pull/38198 Reviewed-By: James M Snell Reviewed-By: Bradley Farias Reviewed-By: Rich Trott --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') 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" ], -- cgit v1.2.1