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,