diff --git a/package.json b/package.json index 4475f96..9b18320 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@clober/v2-sdk", - "version": "0.0.5", + "version": "0.0.6", "description": "🛠 An SDK for building applications on top of Clober V2", "files": [ "dist" diff --git a/tsconfig.base.json b/tsconfig.base.json index 18fe2a8..b41a20a 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -27,7 +27,7 @@ "esModuleInterop": false, "allowSyntheticDefaultImports": false, "forceConsistentCasingInFileNames": true, - "importHelpers": true, // This is only used for build validation. Since we do not have `tslib` installed, this will fail if we accidentally make use of anything that'd require injection of helpers. + "importHelpers": false, // This is only used for build validation. Since we do not have `tslib` installed, this will fail if we accidentally make use of anything that'd require injection of helpers. // Language and environment "moduleResolution": "NodeNext",