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",