From f0bb78b8a3636ebc7efe73b7b6321051cb64cde1 Mon Sep 17 00:00:00 2001 From: 0xngmi <0xngmi@protonmail.com> Date: Thu, 4 May 2023 01:52:50 +0100 Subject: [PATCH] fix tsconfig --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cfd63db..a83e03b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,7 +20,8 @@ "noImplicitThis": false, "noUnusedLocals": false, "noUnusedParameters": true, - "lib": ["ES2019"] + "lib": ["ES2019"], + "types": ["node"] }, "include": ["src"], "exclude": ["src/setupTestEnv.js"]