chore(client): update tsconfig lib and target (#59425)

This commit is contained in:
Oliver Eyton-Williams
2025-03-25 19:28:26 +01:00
committed by GitHub
parent 3adb7c8d67
commit 862968bb92

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"lib": ["WebWorker", "DOM", "DOM.Iterable", "ES2020"],
"target": "es2020",
"lib": ["WebWorker", "DOM", "DOM.Iterable", "es2023"],
"target": "ES2023",
"module": "es2020",
"moduleResolution": "node",
"allowJs": true,