From a17bc2c34e79c144b7e71ff903c16c2e68371b48 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 10 Feb 2017 10:28:11 +0100 Subject: Client: use tslib instead of ts-helpers --- client/tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'client/tsconfig.json') diff --git a/client/tsconfig.json b/client/tsconfig.json index d70710b82..115af1f83 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -8,6 +8,7 @@ "allowSyntheticDefaultImports": true, "sourceMap": true, "noEmitHelpers": true, + "importHelpers": true, "strictNullChecks": false, "baseUrl": "./src", "paths": [ -- cgit v1.2.3