From 1123b9953b8ba1d4612931a337d8ee2c2d08ce73 Mon Sep 17 00:00:00 2001 From: Tahasun Date: Thu, 25 Jan 2024 14:24:03 -0500 Subject: [PATCH] chore: update config --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 2a340c5..712adf5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,6 +17,7 @@ "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", + "types": ["node"], /* Linting */ "strict": true,