Revert "refactor: update TypeScript to ES2022" (#10184)

This commit is contained in:
jrandolf 2023-05-15 11:37:41 +02:00 committed by GitHub
parent db87ae65e1
commit 2ba96c6557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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