HoshiAI-app/tsconfig.json
Stepan a98bc17a7d Initial commit
Generated by create-expo-app 3.5.3.
2026-01-01 16:06:32 +01:00

18 lines
242 B
JSON

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