Skip to content

Commit cae4fb7

Browse files
committed
Update ES in README.md to actual
1 parent c8587f4 commit cae4fb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/core-js-types/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ and `DOM` lib for the global version if you use something related (see [DOM type
2121
{
2222
"compilerOptions": {
2323
"lib": [
24-
"es6",
24+
"es2025",
2525
"dom"
2626
],
2727
"types": [
@@ -86,7 +86,7 @@ Add this to your `tsconfig.json`, keeping in mind that ES types (at least ES6) a
8686
{
8787
"compilerOptions": {
8888
"lib": [
89-
"es6"
89+
"es2025"
9090
],
9191
"types": [
9292
"@core-js/types/pure"
@@ -121,7 +121,7 @@ You need to add DOM types to the `lib` section of your `tsconfig.json` in additi
121121
"@core-js/types"
122122
],
123123
"lib": [
124-
"esnext",
124+
"es2025",
125125
"dom"
126126
]
127127
}

0 commit comments

Comments
 (0)