Skip to content

Commit

Permalink
bump libs to ES2022
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbjordan committed Dec 8, 2023
1 parent 041c131 commit b164fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/saved-views-client/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"lib": [ "ES2020", "DOM" ],
"lib": [ "ES2022", "DOM" ],
"isolatedModules": true,
"jsx": "react-jsx",
"declaration": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/saved-views-react/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"lib": [ "ES2020", "ES2021.String", "DOM" ],
"lib": [ "ES2022", "DOM" ],
"isolatedModules": true,
"jsx": "react-jsx",
"declaration": true,
Expand Down

0 comments on commit b164fad

Please sign in to comment.