diff --git a/cypress/tsconfig.json b/cypress/tsconfig.json index d8a522d417..a7f97875ec 100644 --- a/cypress/tsconfig.json +++ b/cypress/tsconfig.json @@ -7,7 +7,7 @@ "resolveJsonModule": true, "esModuleInterop": true, "moduleResolution": "node", - "module": "commonjs" + "module": "es2022" }, "include": ["**/*.ts"] }