We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e8fda commit d38782bCopy full SHA for d38782b
template/tsconfig/cypress/cypress/tsconfig.json
@@ -4,10 +4,6 @@
4
"exclude": ["./support/component.*"],
5
"compilerOptions": {
6
"isolatedModules": false,
7
- "types": ["cypress"],
8
-
9
- // FIXME: Remove this when Cypress officially supports TypeScript 6.0
10
- // https://github.com/cypress-io/cypress/issues/33511
11
- "ignoreDeprecations": "6.0"
+ "types": ["cypress"]
12
}
13
0 commit comments