diff --git a/tsconfig.json b/tsconfig.json index bb5e5dd42..5e71c3970 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "esnext", "module": "esnext", - "moduleResolution": "node", + "moduleResolution": "nodenext", "declaration": true, "rootDir": "src", "outDir": "dist",