Skip to content
GitLab
Projets
Groupes
Sujets
Extraits de code
/
Aide
Aide
Support
Forum de la communauté
Raccourcis clavier
?
Proposer une rétroaction
Contribuer à GitLab
Connexion
Activer/désactiver la navigation
Menu
Jérémy DEZETREE
app_stripe
16c24b84b1e0460a58b82489931a59a13a71fb55
app_stripe
client
tsconfig.json
Rechercher un fichier
Normal view
History
Permalink
tsconfig.json
104 octets
Newer
Older
Initial commit
Jérémy DEZETREE
a validé
oct. 22, 2025
1
2
3
4
5
6
7
{
"extends"
:
"expo/tsconfig.base"
,
"compilerOptions"
:
{
"jsx"
:
"react"
,
"strict"
:
true
}
}