Skip to content

Commit

Permalink
Use old "module" option for Cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Aug 3, 2023
1 parent a2b4c23 commit 58ab4d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tsconfig.json
Expand Up @@ -8,6 +8,12 @@
}
]
},
"ts-node": {
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Node"
}
},
"include": [
"**/.eslintrc.cjs",
"**/*.ts",
Expand Down

0 comments on commit 58ab4d5

Please sign in to comment.