Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-jams
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
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
savoirfairelinux
jami-jams
f3db7d6e0a5ab9b33e8a44fb5c42fb83b003a8cf
jami-jams
jams-react-client
jsconfig.json
Find file
Normal view
Permalink
jsconfig.json
122 B
Newer
Older
[ADD] Added react ui with tomcat changes
Larbi Gharib
committed
4 years ago
1
2
{
"compilerOptions"
:
{
jams-react-client: add checkJs compiler flag
Léo Banno-Cloutier
committed
1 year ago
3
"jsx"
:
"react"
,
[ADD] Added react ui with tomcat changes
Larbi Gharib
committed
4 years ago
4
"baseUrl"
:
"src"
,
jams-react-client: add checkJs compiler flag
Léo Banno-Cloutier
committed
1 year ago
5
"checkJs"
:
true
jams-react-client: fix a lot of runtime errors
Léo Banno-Cloutier
committed
1 year ago
6
7
8
9
10
},
"include"
:
[
"src"
]
}