feat(core): Use ES2021 as the tsconfig target for all backend packages (no-changelog) (#10639)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-09-02 17:38:48 +02:00
committed by GitHub
parent 6bb6a5c6cd
commit 7fd0c71bdc
5 changed files with 4 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
{
"extends": ["../../../tsconfig.json", "../../../tsconfig.backend.json"],
"compilerOptions": {
"lib": ["es2020", "es2022.error"],
"tsBuildInfoFile": "dist/typecheck.tsbuildinfo",
// TODO: remove all options below this line
"useUnknownInCatchVariables": false