From 2e581064fae62ffe39570a96e2f8bf4cb4594e76 Mon Sep 17 00:00:00 2001 From: SorsOps <80043879+sorsOps@users.noreply.github.com> Date: Wed, 24 Jan 2024 10:47:14 +0200 Subject: [PATCH] Remove explicit types which causes unnecessary build errors --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e7eee61..cb56acc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,6 @@ "resolveJsonModule": true, "noImplicitThis": true, "alwaysStrict": true, - "types": ["node"], "esModuleInterop": true, "outDir": "dist" },