fake-checker-nativeapp/tsconfig.json
smfahim25 cb0ec68fc2 Initial commit
Generated by create-expo-app 3.2.0.
2024-12-07 17:21:39 +06:00

17 lines
242 B
JSON

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