mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
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:
@@ -13,7 +13,7 @@
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"types": [],
|
||||
"lib": [
|
||||
"ES2022"
|
||||
"ES2024"
|
||||
],
|
||||
},
|
||||
"include": [
|
||||
|
||||
Reference in New Issue
Block a user