From ceb755d161c26d3296a78bdd7b44d9a01ee6a237 Mon Sep 17 00:00:00 2001 From: Kyle Johnson <1007162+kyle-johnson@users.noreply.github.com> Date: Fri, 17 Sep 2021 18:36:10 -0700 Subject: [PATCH] remove tslib requirement for dist --- package-lock.json | 2 +- tsconfig.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06a7070..bb13766 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ts-results", - "version": "3.2.1", + "version": "3.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/tsconfig.json b/tsconfig.json index 340d021..01ccda8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,6 @@ "baseUrl": "./", // NOTE: Don't change this from es5 - we use this to allow callable classes. "target": "es5", - "importHelpers": true, "forceConsistentCasingInFileNames": true, "experimentalDecorators": true },