Skip to content

Commit

Permalink
build: bump es lib
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Aug 15, 2024
1 parent c13c34d commit da3c1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"jsx": "react-jsx",
"lib": ["dom", "dom.iterable", "esnext"],
"lib": ["dom", "dom.iterable", "ES2023"],
"module": "esnext",
"moduleResolution": "node",
"noEmit": true,
Expand Down

0 comments on commit da3c1ec

Please sign in to comment.