From 6530f60c4fe7a29b0d2e16e4ca771612b277ca1f Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Mon, 24 Feb 2020 13:56:48 +0300 Subject: [PATCH] feat: enable tslib importHelpers To prevent helpers inlining --- tsconfig.publish.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.publish.json b/tsconfig.publish.json index 8a2a70e42a..a7c49fbbbb 100644 --- a/tsconfig.publish.json +++ b/tsconfig.publish.json @@ -15,6 +15,7 @@ "target": "es2015", "inlineSources": true, "stripInternal": true, + "importHelpers": true, "baseUrl": ".", "paths": { "@nebular/theme": ["./src/.lib/theme"]