Skip to content

Commit 628b93d

Browse files
committed
feat: update cypress configuration to use ES2023 by default (refs SFKUI-6500)
1 parent e260e98 commit 628b93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tsconfig/presets/tsconfig-cypress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"resolveJsonModule": true,
99
"strict": true,
1010
"target": "esnext",
11-
"lib": ["es6", "dom"],
11+
"lib": ["es2023", "dom"],
1212
"types": ["cypress", "node"]
1313
}
1414
}

0 commit comments

Comments
 (0)