From 1f78a7c56a2cc34fff2c86c4f96a09929fa61fc3 Mon Sep 17 00:00:00 2001 From: Manu MA Date: Tue, 11 Dec 2018 16:14:46 +0100 Subject: [PATCH] chore(angular): use tslib (#16686) --- angular/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/angular/tsconfig.json b/angular/tsconfig.json index 3a88d6c31d..5a396a7b67 100644 --- a/angular/tsconfig.json +++ b/angular/tsconfig.json @@ -23,6 +23,7 @@ "outDir": "dist", "pretty": true, "removeComments": false, + "importHelpers": true, "rootDir": "src", "strictPropertyInitialization": false, "target": "es5"