powerfun-setting/tsconfig.json
2025-12-11 15:00:38 +08:00

6 lines
134 B
JSON

{
"extends": "@react-native/typescript-config",
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["**/node_modules", "**/Pods"]
}