From 069f9bbf91cf957d3ca93d880a036d6826a8f4f8 Mon Sep 17 00:00:00 2001 From: Aleksandr Kraiz Date: Wed, 18 May 2022 14:50:43 +0400 Subject: [PATCH] Set compatible target --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8ec7854..1cae603 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orionprotocol/sdk", - "version": "0.6.1", + "version": "0.6.2", "description": "Orion Protocol SDK", "main": "./lib/esm/index.js", "module": "./lib/esm/index.js", diff --git a/tsconfig.json b/tsconfig.json index 55c01b6..2aeb43b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,7 +20,7 @@ // "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */ // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */ /* Language and Environment */ - "target": "ESNext", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ + "target": "ES2018", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ // "lib": [ // "", // ], /* Specify a set of bundled library declaration files that describe the target runtime environment. */