Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
XRF-App
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
chnet
XRF-App
16a9f88b0348c1d14a7798d1e2de5edeae0d89d6
XRF-App
tsconfig.json
Find file
Normal view
Permalink
tsconfig.json
113 B
Newer
Older
Blame preferences
Learn to ignore specific revisions
add an empty (=> default settings) tsconfig.json
Francesco Giacomini
committed
7 years ago
1
{
restructure to cope with so many global vars
Francesco Giacomini
committed
7 years ago
2
"compilerOptions"
:
{
avoid error in jtest ('Set' not found)
Francesco Giacomini
committed
7 years ago
3
4
5
6
//
"allowSyntheticDefaultImports"
:
true
"lib"
:
[
"es6"
,
"dom"
]
restructure to cope with so many global vars
Francesco Giacomini
committed
7 years ago
7
}
avoid error in jtest ('Set' not found)
Francesco Giacomini
committed
7 years ago
8
}