fuse_expo/tsconfig.json
gibbyb 741e8e4e2b Initial commit
Generated by create-expo-app 3.0.0.
2024-09-09 12:09:42 -05:00

18 lines
242 B
JSON

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