Skip to content

Commit

Permalink
add es2021 lib
Browse files Browse the repository at this point in the history
  • Loading branch information
haschek committed Feb 8, 2023
1 parent faae13e commit b785593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .typescript/tsbuild-esm.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./../tsconfig.json",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "es2015", "es2020", "es2015.collection", "es2015.iterable"],
"lib": ["dom", "dom.iterable", "es2015", "es2020", "es2021", "es2015.collection", "es2015.iterable"],
"module": "es2015",
"target": "es5",
"noEmit": false,
Expand Down

0 comments on commit b785593

Please sign in to comment.