diff --git a/tsconfig.json b/tsconfig.json index 6c2a53a..94effe8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "es2020", "module": "commonjs", - "moduleResolution": "node", + "moduleResolution": "nodenext", "rootDir": "src", "outDir": "build", "esModuleInterop": true,