From 3516684c681f4b134cdd8f2f283e88153602aba9 Mon Sep 17 00:00:00 2001 From: Rodrigo Fernandes Date: Mon, 7 Aug 2023 09:52:31 +0100 Subject: [PATCH] Do not use import helpers --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ce36be2..e9bd6fa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "jsx": "preserve", "allowJs": false, "checkJs": false, - "importHelpers": true, + "importHelpers": false, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true,