cli: move back to ES2022 in tsconfig

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-12-10 20:33:41 +01:00
parent 08d56dd72d
commit c07af9f966
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
"strictNullChecks": true,
"strictPropertyInitialization": true,
"stripInternal": true,
"target": "ES2023",
"target": "ES2022",
"types": ["node", "jest", "webpack-env"],
"useDefineForClassFields": true
}