mancala/apps/mobile/tsconfig.json

6 lines
134 B
JSON
Raw Normal View History

2024-03-24 03:47:18 +03:00
{
"extends": "@react-native/typescript-config",
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["**/node_modules", "**/Pods"]
2024-03-24 03:47:18 +03:00
}