feat: app启动调整

This commit is contained in:
2025-11-07 13:50:18 +07:00
parent 3d1c4853ce
commit 10a3408ff6
3 changed files with 5 additions and 4 deletions

View File

@@ -6,5 +6,5 @@
"@/*": ["./*"]
}
},
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts", "utils/config.ts.local"]
}