From 43732e342ef2d8371a58cdfc5e51a9a20d6c1be6 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 21 Feb 2022 16:09:24 -0500 Subject: feat: remove importHelpers --- tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 2816d04..bf8b42d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,8 +16,6 @@ "baseUrl": "./", "useUnknownInCatchVariables": false, "forceConsistentCasingInFileNames": true, - "noEmitHelpers": true, - "importHelpers": true, "allowSyntheticDefaultImports": true, "preserveValueImports": true, "removeComments": true, -- cgit