Skip to content

Commit

Permalink
add ES2021.String to tsconfig lib for translation code
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbjordan committed Dec 7, 2023
1 parent 4a034f9 commit c1eac03
Showing 1 changed file with 1 addition and 1 deletion.
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", "DOM" ],
"lib": [ "ES2020", "ES2021.String", "DOM" ],
"isolatedModules": true,
"jsx": "react-jsx",
"declaration": true,
Expand Down

0 comments on commit c1eac03

Please sign in to comment.