refactor: update TypeScript to ES2022 (#10182)

This commit is contained in:
jrandolf 2023-05-15 11:24:23 +02:00 committed by GitHub
parent ccbb82d9cd
commit db87ae65e1
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": "ES2019",
"target": "ES2022",
"useUnknownInCatchVariables": true
}
}