From f01a4ffdfd386dc3f0bd913658fdc6ec812d03ef Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Tue, 19 Nov 2024 15:07:47 +0100 Subject: [PATCH] fix build Signed-off-by: Timo Glastra --- agent/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,