diff --git a/tsconfig.json b/tsconfig.json index 752a53d11..4c1b76d78 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,6 @@ "esModuleInterop": true, "isolatedModules": true, "lib": [ "es2015", "dom" ], - "moduleResolution": "nodenext" + "moduleResolution": "node" } }