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 authored Aug 6, 2023
1 parent 468ad2d commit 9616a2f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
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 9616a2f

Please sign in to comment.