From 0d9f843e7149c7147516b96517e83bb3dc064371 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Wed, 13 Feb 2019 20:33:55 +0100 Subject: [PATCH] chore(angular): update tsconfig (#621) --- angular/base/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/angular/base/tsconfig.json b/angular/base/tsconfig.json index 46aeded1b..b271fd9f3 100644 --- a/angular/base/tsconfig.json +++ b/angular/base/tsconfig.json @@ -9,6 +9,7 @@ "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, + "importHelpers": true, "target": "es5", "typeRoots": [ "node_modules/@types"