From b51f202060d0929f23fa910d28f5be759b1f8f3e Mon Sep 17 00:00:00 2001 From: Kenrick Tandrian <60643640+KenTandrian@users.noreply.github.com> Date: Mon, 29 Dec 2025 06:20:10 +0000 Subject: [PATCH] fix(ts): revert target changes --- libs/ui/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ui/tsconfig.json b/libs/ui/tsconfig.json index 6cf9b803c..0fb38eaa3 100644 --- a/libs/ui/tsconfig.json +++ b/libs/ui/tsconfig.json @@ -15,7 +15,7 @@ ], "compilerOptions": { "moduleResolution": "bundler", - "target": "es2022", + "target": "es2020", // TODO: Remove once solved in tsconfig.base.json "strict": false, "noImplicitReturns": true,