aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tsconfig.backend.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.backend.json b/tsconfig.backend.json
index 87498732a..f6968e17d 100644
--- a/tsconfig.backend.json
+++ b/tsconfig.backend.json
@@ -6,7 +6,7 @@
"compilerOptions": {
/* Module resolution */
"target": "esnext",
- "module": "esnext",
+ "module": "nodenext",
"moduleResolution": "nodenext",
/* Code generation */
"outDir": "./out/dist",