myjourney/tsconfig.json
ryan 96b87ff229 Initial commit
Generated by create-expo-app 3.4.2.
2025-06-17 17:38:24 -07:00

18 lines
242 B
JSON

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