Files
mobile-darmasaba/tsconfig.json
amel 46508b9f05 Initial commit
Generated by create-expo-app 3.2.0.
2025-02-24 15:41:34 +08:00

18 lines
242 B
JSON

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