beerbuddy/react-native/tsconfig.json
2023-11-29 19:45:33 -08:00

12 lines
184 B
JSON

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