Set compatible target

This commit is contained in:
Aleksandr Kraiz
2022-05-18 14:50:43 +04:00
parent 4e2b980a8c
commit 069f9bbf91
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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. */