From 253ff78c00026d1d56513150a6539f4aa716676a Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 13 Nov 2023 20:01:02 +0100 Subject: [PATCH] Also use es2022 in Cypress tsconfig --- cypress/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }