From a46857424658ec71816dfe7550a5a1af4ccdb2e5 Mon Sep 17 00:00:00 2001 From: Ajeyakrishna <98796547+Ajeyakrishna-k@users.noreply.github.com> Date: Sun, 17 Dec 2023 03:01:32 +0530 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 031362ef..014ffea0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "target": "es2021", "lib": ["es2021"], "module": "Node16", - "moduleResolution": "node", + "moduleResolution": "Node16", "types": ["@cloudflare/workers-types", "jest"], "resolveJsonModule": true, "allowJs": true,