From 92647fbea2462d334104237f7df9e1a8237227e4 Mon Sep 17 00:00:00 2001 From: MiaoWoo Date: Thu, 2 Jul 2020 16:57:16 +0800 Subject: [PATCH] feat: enable compilerOptions importHelpers Signed-off-by: MiaoWoo --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index f4a6140f..3987cbec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "module": "commonjs", "strict": true, "strictNullChecks": false, + "importHelpers": true, "sourceMap": true, "declaration": true, "declarationMap": true,