Commit 3ad2c8e
committed
fix(ci): silence TS 6 deprecation for downlevelIteration
Cypress 14.5.4's webpack-preprocessor injects `downlevelIteration: true`
into its internal ts-loader config. TS 6 errors on it as deprecated and
blocks spec compilation. Set `ignoreDeprecations: "6.0"` at the root so
the cypress tsconfig inherits it and the deprecation downgrades to a
silent acceptance until TS 7.1 parent 65bdc98 commit 3ad2c8e
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments