powerfun-setting/tsconfig.json

6 lines
134 B
JSON
Raw Normal View History

2025-11-05 15:18:15 +08:00
{
"extends": "@react-native/typescript-config",
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["**/node_modules", "**/Pods"]
}