Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pa165 Ice Hockey Manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
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
Tomáš Madeja
pa165 Ice Hockey Manager
Commits
054b18f4
There was an error fetching the commit references. Please try again later.
Commit
054b18f4
authored
3 years ago
by
Erik Moravec
Browse files
Options
Downloads
Patches
Plain Diff
fix: added a new compiler option to fix too long angular startup
parent
1b4ab419
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/tsconfig.json
+6
-5
6 additions, 5 deletions
web/tsconfig.json
with
6 additions
and
5 deletions
web/tsconfig.json
+
6
−
5
View file @
054b18f4
...
...
@@ -17,14 +17,15 @@
"target"
:
"es2017"
,
"module"
:
"es2020"
,
"lib"
:
[
"es2018"
,
"dom"
"es2018"
,
"dom"
]
},
"angularCompilerOptions"
:
{
},
"angularCompilerOptions"
:
{
"enableI18nLegacyMessageIdFormat"
:
false
,
"strictInjectionParameters"
:
true
,
"strictInputAccessModifiers"
:
true
,
"strictTemplates"
:
true
"strictTemplates"
:
true
,
"enableIvy"
:
true
}
}
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