Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
leximpact-socio-fiscal-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
9392abff
Commit
9392abff
authored
1 year ago
by
Emmanuel Raviart
Browse files
Options
Downloads
Patches
Plain Diff
Set module to same value as moduleResolution
parent
9468cac5
Branches
Branches containing commit
Tags
0.0.455
Tags containing commit
No related merge requests found
Pipeline
#10411
passed
1 year ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitlab-ci/tsconfig.json
+2
-2
2 additions, 2 deletions
gitlab-ci/tsconfig.json
with
2 additions
and
2 deletions
gitlab-ci/tsconfig.json
+
2
−
2
View file @
9392abff
...
...
@@ -2,7 +2,7 @@
"compilerOptions"
:
{
/*
Basic
Options
*/
"target"
:
"esnext"
/*
Specify
ECMAScript
target
version:
'ES
3
'
(default)
,
'ES
5
'
,
'ES
2015
'
,
'ES
2016
'
,
'ES
2017
'
,
'ES
2018
'
,
'ES
2019
'
or
'ESNEXT'.
*/
,
"module"
:
"
esn
ext"
/*
Specify
module
code
generation:
'none'
,
'commonjs'
,
'amd'
,
'system'
,
'umd'
,
'es
2015
'
,
or
'ESNext'.
*/
,
"module"
:
"
NodeN
ext"
/*
Specify
module
code
generation:
'none'
,
'commonjs'
,
'amd'
,
'system'
,
'umd'
,
'es
2015
'
,
or
'ESNext'.
*/
,
//
"lib"
:
[],
/*
Specify
library
files
to
be
included
in
the
compilation.
*/
//
"allowJs"
:
true
,
/*
Allow
javascript
files
to
be
compiled.
*/
//
"checkJs"
:
true
,
/*
Report
errors
in
.js
files.
*/
...
...
@@ -39,7 +39,7 @@
"noFallthroughCasesInSwitch"
:
true
/*
Report
errors
for
fallthrough
cases
in
switch
statement.
*/
,
/*
Module
Resolution
Options
*/
"moduleResolution"
:
"
n
ode
n
ext"
/*
Specify
module
resolution
strategy:
'node'
(Node.js)
or
'classic'
(TypeScript
pre
-1.6
).
*/
,
"moduleResolution"
:
"
N
ode
N
ext"
/*
Specify
module
resolution
strategy:
'node'
(Node.js)
or
'classic'
(TypeScript
pre
-1.6
).
*/
,
//
"baseUrl"
:
"./"
,
/*
Base
directory
to
resolve
non-absolute
module
names.
*/
//
"paths"
:
{},
/*
A
series
of
entries
which
re-map
imports
to
lookup
locations
relative
to
the
'baseUrl'.
*/
//
"rootDirs"
:
[],
/*
List
of
root
folders
whose
combined
content
represents
the
structure
of
the
project
at
runtime.
*/
...
...
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