From ec2247f7c78efeb5c0e7fc15a176e7315073f11d Mon Sep 17 00:00:00 2001 From: long76 <18124433+long76@users.noreply.github.com> Date: Thu, 6 Apr 2023 16:33:43 +0300 Subject: [PATCH 1/2] possible fix #1163 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index bb5e5dd42..8b475f5a5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "esnext", "module": "esnext", - "moduleResolution": "node", + "moduleResolution": "node16", "declaration": true, "rootDir": "src", "outDir": "dist", From b3c36b72f9b64d6babbbdf1969047fb6a960acd1 Mon Sep 17 00:00:00 2001 From: long76 <18124433+long76@users.noreply.github.com> Date: Thu, 6 Apr 2023 16:48:39 +0300 Subject: [PATCH 2/2] review: set node16 to nodenext --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8b475f5a5..5e71c3970 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "esnext", "module": "esnext", - "moduleResolution": "node16", + "moduleResolution": "nodenext", "declaration": true, "rootDir": "src", "outDir": "dist",