railbird-gql/tsconfig.json

6 lines
128 B
JSON
Raw Normal View History

2024-01-05 19:19:45 -07:00
{
"include": ["."],
"exclude": ["node_modules", "./react-native-vision-camera/package"],
"extends": ["expo/tsconfig.base"]
2024-01-05 19:19:45 -07:00
}