Skip to content

Commit

Permalink
Move to ES2023, toSorted is actually fine imo
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed Nov 28, 2024
1 parent c6b2286 commit 1d4279a
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 @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES2022",
"useDefineForClassFields": true,
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"lib": ["ES2023", "DOM", "DOM.Iterable"],
"module": "NodeNext",
"skipLibCheck": true,
"types": ["vitest/globals"],
Expand Down

0 comments on commit 1d4279a

Please sign in to comment.