Update monaco to target lib es2024

Follow up on #271145

This aligns monaco with our main tsconfig target. Tries adopting `findLastIndex` to verify
This commit is contained in:
Matt Bierner
2026-02-03 11:11:15 -08:00
parent 1d64e1e1d0
commit 89e6741fdb
5 changed files with 5 additions and 8 deletions

View File

@@ -13,7 +13,7 @@
"forceConsistentCasingInFileNames": true,
"types": [],
"lib": [
"ES2022"
"ES2024"
],
},
"include": [