Skip to content

Commit

Permalink
Try fixing a wrangler error
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyi committed Jan 23, 2025
1 parent d543f13 commit 37e5fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devTools/tsconfigs/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"declaration": true,
"declarationMap": true,

"lib": ["dom", "dom.iterable", "es2023"],
"lib": ["dom", "dom.iterable", "es2020", "es2021", "es2022", "es2023"],

"alwaysStrict": true,
"noImplicitReturns": true,
Expand Down

0 comments on commit 37e5fc4

Please sign in to comment.