Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-js
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-js
Commits
e7227721
Commit
e7227721
authored
7 months ago
by
Dmitry Karyakin
Browse files
Options
Downloads
Patches
Plain Diff
Исправлен 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
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/package.json
+4
-4
4 additions, 4 deletions
config/package.json
config/tsconfig.json
+2
-2
2 additions, 2 deletions
config/tsconfig.json
with
6 additions
and
6 deletions
config/package.json
+
4
−
4
View file @
e7227721
{
"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"
...
...
This diff is collapsed.
Click to expand it.
config/tsconfig.json
+
2
−
2
View file @
e7227721
...
...
@@ -11,7 +11,7 @@
//
"disableReferencedProjectLoad"
:
true
,
/*
Reduce
the
number
of
projects
loaded
automatically
by
TypeScript.
*/
/*
Language
and
Environment
*/
"target"
:
"ES
Next
"
/*
Set
the
JavaScript
language
version
for
emitted
JavaScript
and
include
compatible
library
declarations.
*/
,
"target"
:
"ES
2016
"
/*
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
TC
39
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.
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment