Skip to content

Commit 279a372

Browse files
chore: bumps ts libs used by driver (#29865)
* chore: bumps ts libs used by driver * empty commit --------- Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
1 parent 8a48ee7 commit 279a372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/driver/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "./../ts/tsconfig.json",
33
"compilerOptions": {
44
"target": "ES2016",
5-
"lib": ["ES2018", "DOM", "DOM.Iterable", "ES2020.Promise", "ES2021.String"],
5+
"lib": ["ES2021", "DOM", "DOM.Iterable"],
66
"module": "commonjs",
77
"allowJs": true,
88
"noImplicitAny": false,

0 commit comments

Comments
 (0)