diff --git a/tsconfig.json b/tsconfig.json index f50b3d3..62a5565 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,16 @@ } ] }, + // Old "moduleResolution": "Node" option required for Cypress + // https://github.com/cypress-io/cypress/issues/26308#issuecomment-1663592648 + // + // TODO: Remove when issue is resolved https://github.com/cypress-io/cypress/issues/27448 + "ts-node": { + "compilerOptions": { + "module": "ESNext", + "moduleResolution": "Node" + } + }, "include": [ "**/.eslintrc.cjs", "**/*.ts",