Skip to content

Commit 7951835

Browse files
committed
chore: upgrade lib to ES2023
This is the recommended value for Node 18: https://github.com/tsconfig/bases/blob/main/bases/node18.json It includes findLastIndex() which is useful for us
1 parent f3e1135 commit 7951835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"downlevelIteration": true,
1515
"experimentalDecorators": true,
1616
"esModuleInterop": true,
17-
"lib": ["ES2022"],
17+
"lib": ["ES2023"],
1818
"paths": {
1919
"*": ["./src/typings/*"]
2020
},

0 commit comments

Comments
 (0)