From 28a319be0b45f65231efc9a9e1eb833a920eb005 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 18 Apr 2025 10:39:35 +0300 Subject: [PATCH] chore(monorepo/client): allow top-level await --- apps/client/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/tsconfig.json b/apps/client/tsconfig.json index ac8424cbb..5be2878f1 100644 --- a/apps/client/tsconfig.json +++ b/apps/client/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "ESNext", "moduleResolution": "bundler", - "target": "ES2015", + "target": "ES2017", "resolveJsonModule": true, "allowSyntheticDefaultImports": true },