From 37614805e7c0d670794a75586d6381fba056c32a Mon Sep 17 00:00:00 2001 From: Kenrick Tandrian <60643640+KenTandrian@users.noreply.github.com> Date: Mon, 29 Dec 2025 11:50:03 +0000 Subject: [PATCH] fix(ts): update target --- apps/api/tsconfig.spec.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/tsconfig.spec.json b/apps/api/tsconfig.spec.json index e5f982722..77a647d82 100644 --- a/apps/api/tsconfig.spec.json +++ b/apps/api/tsconfig.spec.json @@ -3,6 +3,7 @@ "compilerOptions": { "outDir": "../../dist/out-tsc", "module": "preserve", + "target": "es2021", "types": ["jest", "node"] }, "include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts", "jest.config.ts"]