Skip to content

Commit

Permalink
fix(cypress): remove es5 from tsconfig
Browse files Browse the repository at this point in the history
It looks like this is no longer necessary and allows developers to use a more modern syntax in the spec files.
  • Loading branch information
cexbrayat committed Jun 1, 2024
1 parent 2462b89 commit 9c54116
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions template/tsconfig/cypress/cypress/e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"include": ["./**/*", "../support/**/*"],
"compilerOptions": {
"isolatedModules": false,
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress"]
}
}

0 comments on commit 9c54116

Please sign in to comment.