mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
build - update tsconfig lib to ES2024 for layers checker (#274115)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"extends": "../../src/tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"lib": [
|
||||
"ES2022",
|
||||
"ES2024",
|
||||
"DOM",
|
||||
"DOM.Iterable"
|
||||
],
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"extends": "../../src/tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"lib": [
|
||||
"ES2022"
|
||||
"ES2024"
|
||||
],
|
||||
"types": [
|
||||
"node"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"extends": "../../src/tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"lib": [
|
||||
"ES2022",
|
||||
"ES2024",
|
||||
"WebWorker",
|
||||
"Webworker.Iterable",
|
||||
"WebWorker.AsyncIterable"
|
||||
|
||||
Reference in New Issue
Block a user