From 61dc04893dcc8b6fa36d04a8da5b025c229cc44d Mon Sep 17 00:00:00 2001 From: freeaoi Date: Fri, 7 Mar 2025 08:37:27 -0600 Subject: [PATCH] fix: explicit node type --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a11059d..7947261 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,7 +26,10 @@ "strictBindCallApply": true, "strictBuiltinIteratorReturn": true, "strictPropertyInitialization": true, - "alwaysStrict": true + "alwaysStrict": true, + "types": [ + "node" + ] }, "exclude": [ "**/lib",