chore(typescript): update to target ES2024 (#4620)

This commit is contained in:
Meier Lukas
2025-12-13 11:48:32 +01:00
committed by GitHub
parent e106eec0ee
commit 866d3f674d

View File

@@ -1,8 +1,8 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"target": "ES2022",
"lib": ["dom", "dom.iterable", "ES2022"],
"target": "ES2024",
"lib": ["dom", "dom.iterable", "ES2024"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,