Skip to content
Snippets Groups Projects
Commit e7227721 authored by Dmitry Karyakin's avatar Dmitry Karyakin
Browse files

Исправлен TS Target

parent 760ee79f
No related branches found
No related tags found
1 merge request!32Обновлены версии JS зависимостей
Pipeline #63552 passed with stage
in 35 seconds
{
"name": "@perxis-js/perxis-client",
"version": "1.5.11",
"description": "",
"main": "dist/index.js",
"version": "1.5.12",
"description": "Perxis API клиент для JavaScript",
"files": [
"dist/"
"dist"
],
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://git.perx.ru/perxis/perxis-js.git"
......
......@@ -11,7 +11,7 @@
// "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": "ES2016" /* 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. */
// "jsx": "preserve", /* Specify what JSX code is generated. */
// "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */
......@@ -24,7 +24,7 @@
// "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
/* Modules */
"module": "NodeNext" /* Specify what module code is generated. */,
"module": "CommonJS" /* Specify what module code is generated. */,
// "rootDir": "./", /* Specify the root folder within your source files. */
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment