diff --git a/libs/ui/tsconfig.json b/libs/ui/tsconfig.json index 3ec4903b5..096c8eddd 100644 --- a/libs/ui/tsconfig.json +++ b/libs/ui/tsconfig.json @@ -14,7 +14,7 @@ } ], "compilerOptions": { - "target": "es2020", + "target": "es2022", // TODO: Remove once solved in tsconfig.base.json "strict": false, "noImplicitReturns": true,