Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
urgi-is
FAIDARE
Commits
8bbe24fb
Commit
8bbe24fb
authored
Sep 02, 2021
by
Exbrayat Cédric
Browse files
chore: use es2015 instead of es6
parent
1e8a2d36
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/tsconfig.json
View file @
8bbe24fb
...
...
@@ -4,7 +4,7 @@
/*
Basic
Options
*/
//
"incremental"
:
true
,
/*
Enable
incremental
compilation
*/
"target"
:
"es
6
"
,
/*
Specify
ECMAScript
target
version:
'ES
3
'
(default)
,
'ES
5
'
,
'ES
2015
'
,
'ES
2016
'
,
'ES
2017
'
,
'ES
2018
'
,
'ES
2019
'
,
'ES
2020
'
,
'ES
2021
'
,
or
'ESNEXT'.
*/
"target"
:
"es
2015
"
,
/*
Specify
ECMAScript
target
version:
'ES
3
'
(default)
,
'ES
5
'
,
'ES
2015
'
,
'ES
2016
'
,
'ES
2017
'
,
'ES
2018
'
,
'ES
2019
'
,
'ES
2020
'
,
'ES
2021
'
,
or
'ESNEXT'.
*/
"module"
:
"es2015"
,
/*
Specify
module
code
generation:
'none'
,
'commonjs'
,
'amd'
,
'system'
,
'umd'
,
'es
2015
'
,
'es
2020
'
,
or
'ESNext'.
*/
//
"lib"
:
[],
/*
Specify
library
files
to
be
included
in
the
compilation.
*/
//
"allowJs"
:
true
,
/*
Allow
javascript
files
to
be
compiled.
*/
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment