THINKRIDERset/tsconfig.json
2026-06-17 19:10:46 +08:00

6 lines
134 B
JSON

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