diff --git a/tsconfig.json b/tsconfig.json index 9c072807..cdc131a9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,8 @@ "strictNullChecks": true, "preserveConstEnums": true, "exactOptionalPropertyTypes": true, - "skipLibCheck": true + "skipLibCheck": true, + "types": ["node"] }, "include": [ "globals.ts",