Skip to content

Commit 9c54116

Browse files
committed
fix(cypress): remove es5 from tsconfig
It looks like this is no longer necessary and allows developers to use a more modern syntax in the spec files.
1 parent 2462b89 commit 9c54116

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

template/tsconfig/cypress/cypress/e2e/tsconfig.json

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"include": ["./**/*", "../support/**/*"],
44
"compilerOptions": {
55
"isolatedModules": false,
6-
"target": "es5",
7-
"lib": ["es5", "dom"],
86
"types": ["cypress"]
97
}
108
}

0 commit comments

Comments
 (0)