summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/frontend/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/tsconfig.json b/packages/frontend/tsconfig.json
index 135bcc04cb..125a393417 100644
--- a/packages/frontend/tsconfig.json
+++ b/packages/frontend/tsconfig.json
@@ -10,7 +10,7 @@
"declaration": false,
"sourceMap": false,
"target": "ES2022",
- "module": "ES2022",
+ "module": "esnext",
"moduleResolution": "Bundler",
"removeComments": false,
"noLib": false,