Skip to content

Commit

Permalink
build: update base lib
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 25, 2023
1 parent 2742ed4 commit 6498b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"../src/index.ts"
],
"compilerOptions": {
"lib": ["ES2017", "DOM", "ES2018.asynciterable"],
"lib": ["ES2020", "DOM"],
"types": [],
"strict": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit 6498b30

Please sign in to comment.