From 58ab4d56cbb0a4611957e86d29fbbe9ac3f72898 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Thu, 3 Aug 2023 11:16:43 +0200 Subject: [PATCH] Use old "module" option for Cypress Ref: https://github.com/cypress-io/cypress/issues/26308#issuecomment-1663592648 --- tsconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index f50b3d3..d033ba6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,12 @@ } ] }, + "ts-node": { + "compilerOptions": { + "module": "ESNext", + "moduleResolution": "Node" + } + }, "include": [ "**/.eslintrc.cjs", "**/*.ts",