From 75909722e5756435785689c3d3a440270c1d5f9e Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Sun, 27 Aug 2023 12:56:46 +0700 Subject: [PATCH] build: tsconfig.module = nodenext Co-authored-by: Rostislav Simonik --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index ef120d3c..edf9a7c3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "extends": "tsconfigs/nodejs-module", "compilerOptions": { "outDir": "lib", + "module": "nodenext", "moduleResolution": "nodenext" }, "include": [