From a9d1349c2d332b1f270d86e1f94d81058e2fd726 Mon Sep 17 00:00:00 2001 From: Andrey Platov Date: Tue, 24 Aug 2021 17:39:53 +0200 Subject: [PATCH] update ts target Signed-off-by: Andrey Platov --- packages/platform-rig/profiles/default/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/platform-rig/profiles/default/tsconfig.json b/packages/platform-rig/profiles/default/tsconfig.json index 843003afa4..d1e402ffb3 100644 --- a/packages/platform-rig/profiles/default/tsconfig.json +++ b/packages/platform-rig/profiles/default/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "esnext", + "target": "es2019", "module": "commonjs", "declaration": true, "strict": true,