Skip to content

Commit d38782b

Browse files
authored
fix(cypress-ts): remove workaround for TS6 (#999)
1 parent f7e8fda commit d38782b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

template/tsconfig/cypress/cypress/tsconfig.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
"exclude": ["./support/component.*"],
55
"compilerOptions": {
66
"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"
7+
"types": ["cypress"]
128
}
139
}

0 commit comments

Comments
 (0)