From f074461a80c8ad3ca4749cb0df3dcf8fa717468f Mon Sep 17 00:00:00 2001 From: KobeNguyenT <7845001+kobenguyent@users.noreply.github.com> Date: Tue, 26 Sep 2023 12:46:11 +0200 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cfa6b75b7..a3d4e5946 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,6 @@ "lib": ["es2018", "DOM"], "esModuleInterop": true, "module": "commonjs", - "moduleResolution": "Node", "types": ["node"], "declaration": true, "skipLibCheck": true,