From c85ff2f96ab815e7b2361015384ef600b9f115ec Mon Sep 17 00:00:00 2001 From: freeaoi Date: Fri, 7 Mar 2025 08:36:25 -0600 Subject: [PATCH] fix: explicit node types --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 9e8e84b..a11059d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,7 +26,7 @@ "strictBindCallApply": true, "strictBuiltinIteratorReturn": true, "strictPropertyInitialization": true, - "alwaysStrict": true, + "alwaysStrict": true }, "exclude": [ "**/lib", @@ -37,4 +37,4 @@ "include": [ "src" ] -} +} \ No newline at end of file