app/tsconfig.json
Late Night Defender 84c0d8ecd0 Initial commit
Generated by create-expo-app 3.3.0.
2025-04-15 16:40:43 +07:00

17 lines
242 B
JSON

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