diff --git a/tsconfig.json b/tsconfig.json index 74fb09c6ff..05e7d6a1ea 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "alwaysStrict": true, "target": "ES2023", "module": "commonJS", - "moduleResolution": "node", + "moduleResolution": "node16", "skipLibCheck": true, "lib": [ "es2023" @@ -43,4 +43,4 @@ "include": [ "src/**/*" ] -} \ No newline at end of file +}