Skip to content

Commit

Permalink
Use old moduleResolution for Cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Aug 3, 2023
1 parent e10a72c commit 6a713bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tsconfig.json
Expand Up @@ -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",
Expand Down

0 comments on commit 6a713bb

Please sign in to comment.