From c425f1f27f316ef18797f996f7eabaa4989b8d1f Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Thu, 4 Nov 2021 15:26:08 +0100 Subject: [PATCH] Update tsconfig --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4d84e15..3276bf4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,8 @@ "noImplicitAny": false, "removeComments": true, "preserveConstEnums": true, - "sourceMap": true + "sourceMap": true, + "types": ["node"] }, "include": ["**/*.ts"], "exclude": ["node_modules", "**/*.spec.ts"],