Skip to content

Commit 3619e42

Browse files
authored
Merge pull request #68 from IgniteUI/bpachilova/bump-eslib-version
fix(tsconfig-template): bump es-lib version to es2022
2 parents 31dfc9a + b5005f8 commit 3619e42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/tsconfig.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"node_modules/@types"
1616
],
1717
"lib": [
18-
"es2018",
18+
"es2022",
1919
"dom"
2020
]
2121
},

0 commit comments

Comments
 (0)