Files
plania-app/tsconfig.json
mohamadreza moharami 68b2e3ca9d Initial commit
Generated by create-expo-app 4.0.0.
2026-05-17 16:08:27 +03:30

21 lines
298 B
JSON

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