From 6bbb1a559d1d4fcd2e3c06813e983076f33e03dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juho=20Veps=C3=A4l=C3=A4inen?= Date: Wed, 1 Apr 2020 16:49:12 +0300 Subject: [PATCH] fix: Remove tslib --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4d5c565..afc3b46 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "target": "es5", "module": "commonjs", "lib": ["dom", "esnext"], - "importHelpers": true, + "importHelpers": false, "declaration": true, "sourceMap": false, "strict": true,