fix: update the target to ES2022 (#10574)

This commit is contained in:
Nikolay Vitkov
2023-07-18 18:28:03 +02:00
committed by GitHub
parent a419abf509
commit 88439f913e
6 changed files with 6 additions and 18 deletions

View File

@@ -26,7 +26,7 @@
"strictFunctionTypes": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"target": "ES2021",
"target": "ES2022",
"useUnknownInCatchVariables": true,
"skipLibCheck": true
}