Files
expo-ble-app-demo/tsconfig.json
Yudi Xiao 709c466792 Initial commit
Generated by create-expo-app 3.5.3.
2025-12-05 18:42:36 +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"
]
}