diff --git a/agent/tsconfig.json b/agent/tsconfig.json index 11073e3..62dc28d 100644 --- a/agent/tsconfig.json +++ b/agent/tsconfig.json @@ -2,7 +2,8 @@ "compilerOptions": { "target": "ES2020", "outDir": "dist", - "module": "commonjs", + "module": "NodeNext", + "moduleResolution": "nodenext", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true,