build - update tsconfig lib to ES2024 for layers checker (#274115)

This commit is contained in:
Benjamin Pasero
2025-10-30 15:18:38 +01:00
committed by GitHub
parent 7ea9d77798
commit 4df8d67121
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"extends": "../../src/tsconfig.base.json",
"compilerOptions": {
"lib": [
"ES2022",
"ES2024",
"DOM",
"DOM.Iterable"
],

View File

@@ -2,7 +2,7 @@
"extends": "../../src/tsconfig.base.json",
"compilerOptions": {
"lib": [
"ES2022"
"ES2024"
],
"types": [
"node"

View File

@@ -2,7 +2,7 @@
"extends": "../../src/tsconfig.base.json",
"compilerOptions": {
"lib": [
"ES2022",
"ES2024",
"WebWorker",
"Webworker.Iterable",
"WebWorker.AsyncIterable"