AppDev/20250327/my-app/tsconfig.json
2025-03-27 10:19:01 +01:00

18 lines
259 B
JSON

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