mobile/tsconfig.json
CaptaiNiveau adcca5ae66 Initial commit
Generated by create-expo-app 2.1.1.
2024-01-05 14:17:13 +01:00

12 lines
184 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
},
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts"
]
}