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.webpack.json | 1 + 1 file changed, 1 insertion(+) (limited to 'client/tsconfig.webpack.json') diff --git a/client/tsconfig.webpack.json b/client/tsconfig.webpack.json index e1e1bb864..1d3433bc3 100644 --- a/client/tsconfig.webpack.json +++ b/client/tsconfig.webpack.json @@ -8,6 +8,7 @@ "allowSyntheticDefaultImports": true, "sourceMap": true, "noEmitHelpers": true, + "importHelpers": true, "strictNullChecks": false, "baseUrl": "./src", "outDir": "./dist", -- cgit v1.2.3